The following document contains the results of Checkstyle 10.5.1-SNAPSHOT with /home/nick/development/contribution/checkstyle-tester/split-check-files/sevntu-check-regression_part_2.xml ruleset. 
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "MethodInvocation is not a Spring ProxyMethodInvocation: " appears 2 times in the file. | 77 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. | 89 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 92 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 94 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 96 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 103 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 108 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 114 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 117 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 120 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 122 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 124 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 130 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 136 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 138 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 140 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 142 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 153 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 287 | |
| extension | MultipleStringLiteralsExtended | The String "' is neither a valid argument name nor the fully-qualified name of a Java type on the classpath. " appears 2 times in the file. | 289 | |
| extension | MultipleStringLiteralsExtended | The String "Root cause: " appears 2 times in the file. | 290 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 321 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 473 | |
| extension | MultipleStringLiteralsExtended | The String "' was not bound in advice arguments" appears 2 times in the file. | 475 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 484 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 516 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 629 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 133 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "!" appears 2 times in the file. | 149 | |
| extension | ReturnCountExtended | Return count for 'getParameterNames' method is 4 (max allowed is 1). | 224 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 278 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 286 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 300 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "Binding of throwing parameter '" appears 2 times in the file. | 367 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 417 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 6 times in the file. | 418 | |
| extension | MultipleStringLiteralsExtended | The String "(" appears 4 times in the file. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "Found " appears 5 times in the file. | 451 | |
| extension | MultipleStringLiteralsExtended | The String "Still " appears 2 times in the file. | 519 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 523 | |
| extension | MultipleStringLiteralsExtended | The String "args" appears 2 times in the file. | 537 | |
| extension | MultipleStringLiteralsExtended | The String "args(" appears 2 times in the file. | 537 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 540 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 574 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 576 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 582 | |
| extension | ReturnCountExtended | Return count for 'getPointcutBody' method is 3 (max allowed is 1). | 632 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 686 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 42 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 150 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 157 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 189 | |
| extension | ReturnCountExtended | Return count for 'matches' method is 4 (max allowed is 1). | 268 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 292 | |
| extension | ReturnCountExtended | Return count for 'matches' method is 2 (max allowed is 1). | 308 | |
| extension | MoveVariableInsideIf | Variable 'originalShadowMatch' can be moved inside the block at line '343' to restrict runtime creation. | 311 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 335 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 370 | |
| extension | MoveVariableInsideIf | Variable 'fallbackExpression' can be moved inside the block at line '402' to restrict runtime creation. | 399 | |
| extension | MoveVariableInsideIf | Variable 'methodToMatch' can be moved inside the block at line '402' to restrict runtime creation. | 400 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 441 position 41 need optimization. All method calls are advised to move to end of logic expression. | 441 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 485 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 547 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 554 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'handleMessage' method is 2 (max allowed is 1). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "execution(" appears 3 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 4 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 249 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 100 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 105 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setTypePattern' is called in constructor body. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. | 93 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. | 95 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 106 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "This is not supported in Spring AOP." appears 2 times in the file. | 144 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 213 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 241 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 311 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 322 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 158 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 166 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | ReturnCountExtended | Return count for 'buildAspectJAdvisors' method is 3 (max allowed is 1). | 82 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 92 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 112 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 140 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 261 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 106 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 | |
| extension | ReturnCountExtended | Return count for 'getAdvice' method is 3 (max allowed is 1). | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'comparePrecedenceWithinAspect' method is 6 (max allowed is 1). | 88 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 90 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 124 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'targetHolder' can be moved inside the block at line '80' to restrict runtime creation. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "interceptorNames" appears 2 times in the file. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Advisor <advice(ref)='" appears 2 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 44 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'beanDef' can be moved inside the block at line '50' to restrict runtime creation. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 179 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 202 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 203 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 266 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 271 | |
| extension | ReturnCountExtended | Return count for 'parsePointcutProperty' method is 3 (max allowed is 1). | 469 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 | |
| extension | ReturnCountExtended | Return count for 'postProcessAfterInitialization' method is 3 (max allowed is 1). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | OverridableMethodInConstructor | Overridable method 'setInterfaces' is called in constructor body. | 118 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "Advisor must not be null" appears 4 times in the file. | 308 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot add advisor: Configuration is frozen." appears 2 times in the file. | 339 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 389 | |
| extension | MultipleStringLiteralsExtended | The String "Advice must not be null" appears 2 times in the file. | 405 | |
| extension | MultipleStringLiteralsExtended | The String "; " appears 2 times in the file. | 576 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 606 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 67 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 83 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "Could not generate CGLIB subclass of class [" appears 2 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "]: " appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "Common causes of this problem include using a final class or a non-visible class" appears 2 times in the file. | 207 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 216 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to proxy method [" appears 2 times in the file. | 264 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 267 position 96 need optimization. All method calls are advised to move to end of logic expression. | 267 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 307 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 369 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 671 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 701 | |
| extension | ReturnCountExtended | Return count for 'accept' method is 10 (max allowed is 1). | 780 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 827 | |
| extension | MultipleStringLiteralsExtended | The String "Method " appears 3 times in the file. | 849 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 921 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 929 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 56 | |
| extension | MoveVariableInsideIf | Variable 'interceptors' can be moved inside the block at line '67' to restrict runtime creation. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 46 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 62 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 4 (max allowed is 1). | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "; " appears 4 times in the file. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "AopProxyFactory must not be null" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "AdvisedSupportListener must not be null" appears 2 times in the file. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 218 | |
| extension | MoveVariableInsideIf | Variable 'finalName' can be moved inside the block at line '378' to restrict runtime creation. | 377 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 406 | |
| extension | MultipleStringLiteralsExtended | The String "No BeanFactory available anymore (probably due to serialization) " appears 3 times in the file. | 429 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 434 position 87 need optimization. All method calls are advised to move to end of logic expression. | 434 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 435 position 29 need optimization. All method calls are advised to move to end of logic expression. | 435 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 7 times in the file. | 442 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 483 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 516 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 517 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 578 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot invoke methods: " appears 2 times in the file. | 648 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 73 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 82 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 144 | |
| extension | ReturnCountExtended | Return count for 'proceed' method is 3 (max allowed is 1). | 154 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 41 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | OverridableMethodInConstructor | Overridable method 'registerAdvisorAdapter' is called in constructor body. | 50 | |
| extension | OverridableMethodInConstructor | Overridable method 'registerAdvisorAdapter' is called in constructor body. | 51 | |
| extension | OverridableMethodInConstructor | Overridable method 'registerAdvisorAdapter' is called in constructor body. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 93 | |
| extension | AvoidHidingCauseException | Cause exception 'targetEx' was lost. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 128 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 136 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 223 | |
| extension | ReturnCountExtended | Return count for 'postProcessBeforeInstantiation' method is 3 (max allowed is 1). | 236 | |
| extension | ReturnCountExtended | Return count for 'wrapIfNecessary' method is 3 (max allowed is 1). | 317 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 460 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 490 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 503 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 504 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 523 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'findAdvisorBeans' method is 2 (max allowed is 1). | 65 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getAdvicesAndAdvisorsForBean' method is 2 (max allowed is 1). | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 54 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 47 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 74 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 96 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 136 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'invoke' method is 3 (max allowed is 1). | 95 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 96 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "' of class [" appears 3 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 10 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "enterMessage cannot contain placeholder [" appears 3 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "exceptionMessage cannot contain placeholder [" appears 2 times in the file. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "MethodInvocation is not a Spring ProxyMethodInvocation: " appears 3 times in the file. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setTrackAllInvocations' is called in constructor body. | 75 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "Exception" appears 2 times in the file. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 38 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 51 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 132 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 63 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 73 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 84 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 123 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 157 | |
| extension | ReturnCountExtended | Return count for 'canApply' method is 2 (max allowed is 1). | 206 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 218 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 282 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 322 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "First ClassFilter must not be null" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "Second ClassFilter must not be null" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "ClassFilter array must not be empty" appears 2 times in the file. | 57 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 110 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "ClassFilter must not be null" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "MethodMatcher must not be null" appears 2 times in the file. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 42 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Advice must not be null" appears 2 times in the file. | 68 | |
| extension | OverridableMethodInConstructor | Overridable method 'addInterface' is called in constructor body. | 76 | |
| extension | OverridableMethodInConstructor | Overridable method 'addInterface' is called in constructor body. | 89 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 38 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "First MethodMatcher must not be null" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "Second MethodMatcher must not be null" appears 2 times in the file. | 110 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 154 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 209 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 39 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 106 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setPattern' is called in constructor body. | 80 | |
| extension | OverridableMethodInConstructor | Overridable method 'setPatterns' is called in constructor body. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 78 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 78 position 61 need optimization. All method calls are advised to move to end of logic expression. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Annotation type must not be null" appears 2 times in the file. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 57 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 56 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 67 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 113 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot get target for disconnecting TargetSource [" appears 2 times in the file. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 45 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 64 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 72 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 74 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 84 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 126 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 138 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 138 position 76 need optimization. All method calls are advised to move to end of logic expression. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "Target object must not be null" appears 2 times in the file. | 53 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with || at line 84 position 56 need optimization. All method calls are advised to move to end of logic expression. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "noArgs" appears 3 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "execution(* *(..))" appears 3 times in the file. | 81 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "thisJoinPoint" appears 3 times in the file. | 86 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "foo()" appears 8 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Failed to bind all argument names: 1 argument(s) could not be bound" appears 5 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "ex" appears 10 times in the file. | 101 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 101 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "Not enough arguments in method to satisfy binding of returning and throwing variables" appears 2 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "oneObject" appears 21 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "obj" appears 6 times in the file. | 123 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "twoObjects" appears 2 times in the file. | 128 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 14 times in the file. | 140 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 145 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 146 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 147 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 148 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "Found 2 candidate this(), target() or args() variables but only one unbound argument slot" appears 3 times in the file. | 155 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 168 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 173 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 174 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 175 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 176 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 177 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "args(x,y)" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "onePrimitive" appears 5 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "args(count)" appears 2 times in the file. | 213 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "count" appears 4 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "oneObjectOnePrimitive" appears 3 times in the file. | 218 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 224 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 229 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 234 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "Expecting " appears 2 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 286 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 62 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "execution(int org.springframework.tests.sample.beans.TestBean.getAge())" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Should not be a runtime match" appears 2 times in the file. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "absquatulate" appears 3 times in the file. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "expression" appears 3 times in the file. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "execution(void org.springframework.tests.sample.beans.TestBean.setSomeNumber(Number)) && args(Double)" appears 2 times in the file. | 217 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 229 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "Calls should be 0" appears 2 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "Calls should be 1" appears 3 times in the file. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "someName" appears 19 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "bean(someName/*/someOtherName)" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "service:name=traceService" appears 3 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "bean(someName) || bean(someOtherName)" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "\" for pcExpression \"" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Needs to be bound by interceptor action" appears 2 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "oneAnnotation" appears 7 times in the file. | 35 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 7 times in the file. | 35 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 40 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 45 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 50 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 55 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "@annotation(a) && @this(x)" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "ex" appears 2 times in the file. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "getAge" appears 5 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "setFriends" appears 2 times in the file. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "setEnemies" appears 2 times in the file. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "setPartners" appears 2 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "setPhoneNumbers" appears 2 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "setName" appears 11 times in the file. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 5 times in the file. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "takesAnnotatedParameters" appears 2 times in the file. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "takesNoAnnotatedParameters" appears 3 times in the file. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "TestServiceImpl" appears 7 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "execution(* %s.TestService.*(..))" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "@within(%s.Log)" appears 2 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "Must match: in package" appears 6 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "Must be excluded: in wrong package" appears 3 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Must be excluded: not subclass" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "matches Float" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "matches Double" appears 2 times in the file. | 75 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 81 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "someBean" appears 22 times in the file. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "Around advice must NOT apply" appears 4 times in the file. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "getSpouse" appears 6 times in the file. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Around advice must apply" appears 11 times in the file. | 130 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "someBean1" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "someBean2" appears 2 times in the file. | 149 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "getAge" appears 2 times in the file. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "Around advice must still apply" appears 2 times in the file. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 355 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 404 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 434 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 456 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 460 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "One advice method was found" appears 2 times in the file. | 480 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 570 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 588 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 675 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 926 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 948 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 42 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "someBean" appears 5 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "getAge" appears 2 times in the file. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 71 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "someBean" appears 4 times in the file. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 37 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 73 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 80 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 99 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Incorrect number of definitions registered" appears 4 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect APC class" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect definition count" appears 2 times in the file. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "someAspect" appears 20 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "advisor1 sorted before advisor2" appears 5 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "advisor2 sorted before advisor1" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "someOtherAspect" appears 12 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "nothing to say about order here" appears 4 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "advisor1 sorted after advisor2" appears 4 times in the file. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Incorrect number of events fired" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "No holder with nested components" appears 4 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "aop:config" appears 4 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect number of inner components" appears 4 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect number of BeanDefinitions" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "AdvisorComponentDefinition not found" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "No advice bean found" appears 2 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "countingAdvice" appears 3 times in the file. | 116 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "parsing should have caused a BeanDefinitionStoreException" appears 2 times in the file. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hashCode" appears 2 times in the file. | 40 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testInterceptor" appears 2 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 120 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 268 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "Proxy is a JDK proxy" appears 2 times in the file. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "Proxy is a CGLIB proxy" appears 2 times in the file. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 354 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 40 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 69 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "ioException" appears 2 times in the file. | 92 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "remoteException" appears 3 times in the file. | 111 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. | 43 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Expected exception thrown" appears 2 times in the file. | 130 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 137 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 34 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 40 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 46 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 52 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 58 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 64 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 70 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "toString" appears 3 times in the file. | 86 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 86 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 104 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "' method of the [" appears 2 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "] class with the following args (" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String ") and arg types (" appears 2 times in the file. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "toString" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "The jamon report must contain the toString method that was invoked" appears 2 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "toString" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "toString" appears 2 times in the file. | 37 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 37 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 36 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 41 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 46 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "autowired" appears 2 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "hashCode" appears 8 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "wait" appears 4 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.Object.*" appears 2 times in the file. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "getAge" appears 7 times in the file. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "Introduced method returning delegate returns proxy" appears 2 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "Tony" appears 2 times in the file. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "get" appears 2 times in the file. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Intersection is a dynamic matcher" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "2Matched setAge method" appears 2 times in the file. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "echo" appears 3 times in the file. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "setName" appears 3 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "set*" appears 4 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "getAge" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "getName" appears 2 times in the file. | 44 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 47 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "get" appears 2 times in the file. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "nopInterceptor" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "serializableSettersAdvised" appears 2 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "swappable" appears 3 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "swapper" appears 2 times in the file. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "proxy" appears 2 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "target" appears 4 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 2 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "target1" appears 2 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "target2" appears 2 times in the file. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "person" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "ts" appears 2 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "apartment" appears 7 times in the file. | 64 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 30 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 50 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 53 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "exception thrown - evict should still occur" appears 2 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected exception (" appears 4 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 4 times in the file. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "exception thrown - evict should still occur" appears 2 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 46 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 86 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown an IllegalStateException" appears 3 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Exception message should contain [" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 132 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 149 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 155 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 180 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 185 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "e1-" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "failWithVoid" appears 3 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "Handler should not have been called" appears 2 times in the file. | 150 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 169 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 52 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown Exception" appears 3 times in the file. | 133 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 135 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 151 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 168 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 184 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 147 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "beans" appears 3 times in the file. | 253 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 260 | |
| extension | MultipleStringLiteralsExtended | The String "Groovy" appears 2 times in the file. | 340 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around string "Groovy". | 340 | |
| extension | ReturnCountExtended | Return count for 'invokeMethod' method is 3 (max allowed is 1). | 363 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 365 position 27 need optimization. All method calls are advised to move to end of logic expression. | 365 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 387 position 45 need optimization. All method calls are advised to move to end of logic expression. | 387 | |
| extension | MoveVariableInsideIf | Variable 'beanClass' can be moved inside the block at line '458' to restrict runtime creation. | 457 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 457 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 460 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 501 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 526 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 567 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 589 | |
| extension | ReturnCountExtended | Return count for 'getProperty' method is 4 (max allowed is 1). | 646 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 692 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 719 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 75 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Class must not be null" appears 4 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "Specified class is an interface" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Is it an abstract class?" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Is the constructor accessible?" appears 2 times in the file. | 84 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 162 | |
| extension | ReturnCountExtended | Return count for 'resolveSignature' method is 2 (max allowed is 1). | 316 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid method signature '" appears 2 times in the file. | 322 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 342 | |
| extension | ReturnCountExtended | Return count for 'findEditorByConvention' method is 5 (max allowed is 1). | 420 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 432 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 608 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 628 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setAutoGrowCollectionLimit' is called in constructor body. | 200 | |
| extension | OverridableMethodInConstructor | Overridable method 'setSecurityContext' is called in constructor body. | 202 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 234 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 235 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 248 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 262 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 271 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 297 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "No property '" appears 2 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "' found" appears 2 times in the file. | 344 | |
| extension | ReturnCountExtended | Return count for 'getPropertyType' method is 3 (max allowed is 1). | 364 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 12 times in the file. | 587 | |
| extension | ReturnCountExtended | Return count for 'newValue' method is 3 (max allowed is 1). | 627 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 642 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 643 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 646 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 647 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 653 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 681 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 693 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 701 | |
| extension | AvoidHidingCauseException | Cause exception 'pae' was lost. | 761 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot access indexed value of property referenced in indexed " appears 2 times in the file. | 775 | |
| extension | MultipleStringLiteralsExtended | The String "property path '" appears 2 times in the file. | 776 | |
| extension | MultipleStringLiteralsExtended | The String "': returned null" appears 3 times in the file. | 776 | |
| extension | MultipleStringLiteralsExtended | The String ", accessed using property path '" appears 2 times in the file. | 806 | |
| extension | MoveVariableInsideIf | Variable 'elem' can be moved inside the block at line '811' to restrict runtime creation. | 810 | |
| extension | MultipleStringLiteralsExtended | The String "Property referenced in indexed property path '" appears 2 times in the file. | 828 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 829 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid index in property path '" appears 2 times in the file. | 842 | |
| extension | MultipleStringLiteralsExtended | The String "' threw exception" appears 2 times in the file. | 850 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 852 | |
| extension | MultipleStringLiteralsExtended | The String "Nested property in path '" appears 2 times in the file. | 904 | |
| extension | MultipleStringLiteralsExtended | The String "' does not exist" appears 2 times in the file. | 904 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot access indexed value in property referenced " appears 2 times in the file. | 952 | |
| extension | MultipleStringLiteralsExtended | The String "in indexed property path '" appears 2 times in the file. | 953 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 1016 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1121 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1134 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1136 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 1165 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 1179 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 1182 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 124 | |
| extension | ReturnCountExtended | Return count for 'forClass' method is 2 (max allowed is 1). | 179 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 204 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 248 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 251 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 254 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 262 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 6 times in the file. | 265 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 277 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 330 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 338 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 357 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 72 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "Field '" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "' does not exist" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "Field is not accessible" appears 2 times in the file. | 254 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 287 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 131 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 154 | |
| extension | ReturnCountExtended | Return count for 'findExistingPropertyDescriptor' method is 3 (max allowed is 1). | 191 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 333 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 339 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 474 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 39 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 106 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 272 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "; " appears 2 times in the file. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 70 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 35 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 37 | |
| extension | ReturnCountExtended | Return count for 'getNestedPropertySeparatorIndex' method is 2 (max allowed is 1). | 86 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 89 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 155 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ") are:" appears 3 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "PropertyAccessException " appears 3 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "; nested PropertyAccessException details (" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " - " appears 3 times in the file. | 92 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'findCustomEditor' method is 2 (max allowed is 1). | 312 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 319 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 321 position 71 need optimization. All method calls are advised to move to end of logic expression. | 321 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 358 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 384 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 408 position 86 need optimization. All method calls are advised to move to end of logic expression. | 408 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 435 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 437 position 70 need optimization. All method calls are advised to move to end of logic expression. | 437 | |
| extension | MoveVariableInsideIf | Variable 'actualPropertyName' can be moved inside the block at line '464' to restrict runtime creation. | 457 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 458 | |
| extension | MoveVariableInsideIf | Variable 'editorNestedPath' can be moved inside the block at line '473' to restrict runtime creation. | 472 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 71 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 73 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "Original must not be null" appears 2 times in the file. | 82 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 138 position 50 need optimization. All method calls are advised to move to end of logic expression. | 138 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 108 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 125 | |
| extension | ReturnCountExtended | Return count for 'convertIfNecessary' method is 5 (max allowed is 1). | 158 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 7 times in the file. | 243 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 246 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "Field [" appears 2 times in the file. | 325 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 339 | |
| extension | ReturnCountExtended | Return count for 'doConvertValue' method is 2 (max allowed is 1). | 378 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 396 | |
| extension | MultipleStringLiteralsExtended | The String "PropertyEditor [" appears 2 times in the file. | 398 | |
| extension | MultipleStringLiteralsExtended | The String "] does not support setValue call" appears 2 times in the file. | 398 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 444 | |
| extension | ReturnCountExtended | Return count for 'convertToTypedArray' method is 4 (max allowed is 1). | 454 | |
| extension | ReturnCountExtended | Return count for 'convertToTypedCollection' method is 7 (max allowed is 1). | 493 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 528 | |
| extension | MultipleStringLiteralsExtended | The String "] - injecting original Collection as-is: " appears 2 times in the file. | 531 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 545 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 558 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 562 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 571 | |
| extension | ReturnCountExtended | Return count for 'convertToTypedMap' method is 7 (max allowed is 1). | 575 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 611 | |
| extension | MultipleStringLiteralsExtended | The String "] - injecting original Map as-is: " appears 2 times in the file. | 614 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 628 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 642 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 644 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 648 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 657 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 661 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 667 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 673 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'" appears 5 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String " to required type '" appears 2 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Error creating bean with name '" appears 2 times in the file. | 66 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "Related cause:" appears 2 times in the file. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "'name' must not be null" appears 2 times in the file. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 89 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "ListableBeanFactory must not be null" appears 6 times in the file. | 142 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 149 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 192 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 226 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "] for bean with name '" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "' defined in " appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No bean named '" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "No qualifying bean of type [" appears 3 times in the file. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ": " appears 4 times in the file. | 46 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 59 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 275 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 278 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 336 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 336 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 338 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 338 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 340 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "Group resource name [" appears 2 times in the file. | 389 | |
| extension | MultipleStringLiteralsExtended | The String "], factory key [" appears 3 times in the file. | 389 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 6 times in the file. | 389 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 43 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 53 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 121 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 135 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 138 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 252 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 268 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 322 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 333 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 351 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 359 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 384 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 388 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 402 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 452 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 531 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 560 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 599 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 646 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 648 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 655 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No matching " appears 2 times in the file. | 63 | |
| extension | ReturnCountExtended | Return count for 'qualifiedBeanOfType' method is 2 (max allowed is 1). | 79 | |
| extension | MultipleStringLiteralsExtended | The String " bean found for qualifier '" appears 2 times in the file. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 75 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 136 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 156 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 164 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 192 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 193 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 197 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "]: " appears 4 times in the file. | 205 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 265 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 276 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "': " appears 2 times in the file. | 298 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 307 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 335 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 361 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 81 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 98 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 108 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "] is incompatible with resource type [" appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 149 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 154 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 181 | |
| extension | ReturnCountExtended | Return count for 'checkPropertySkipping' method is 4 (max allowed is 1). | 191 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 226 position 40 need optimization. All method calls are advised to move to end of logic expression. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | ReturnCountExtended | Return count for 'checkQualifiers' method is 2 (max allowed is 1). | 161 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 171 | |
| extension | ReturnCountExtended | Return count for 'checkQualifier' method is 4 (max allowed is 1). | 215 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 257 position 27 need optimization. All method calls are advised to move to end of logic expression. | 257 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 294 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 149 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 184 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 148 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 230 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 255 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 240 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 242 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 258 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 260 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 50 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | OverridableMethodInConstructor | Overridable method 'addArgumentValues' is called in constructor body. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Index must not be negative" appears 3 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "ValueHolder must not be null" appears 2 times in the file. | 112 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 277 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 359 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 367 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 562 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 43 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 135 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 211 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 255 | |
| extension | ReturnCountExtended | Return count for 'getDependencyType' method is 4 (max allowed is 1). | 262 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 297 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 307 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 317 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 123 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 199 position 30 need optimization. All method calls are advised to move to end of logic expression. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 204 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 100 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 100 position 46 need optimization. All method calls are advised to move to end of logic expression. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex3' was lost. | 295 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setValue' is called in constructor body. | 55 | |
| extension | OverridableMethodInConstructor | Overridable method 'setValue' is called in constructor body. | 65 | |
| extension | OverridableMethodInConstructor | Overridable method 'setTargetType' is called in constructor body. | 66 | |
| extension | OverridableMethodInConstructor | Overridable method 'setValue' is called in constructor body. | 76 | |
| extension | OverridableMethodInConstructor | Overridable method 'setTargetTypeName' is called in constructor body. | 77 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 145 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 115 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 180 | |
| extension | ReturnCountExtended | Return count for 'asMap' method is 2 (max allowed is 1). | 194 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 3 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 215 | |
| extension | ReturnCountExtended | Return count for 'process' method is 4 (max allowed is 1). | 221 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 268 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 363 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'StrictMapAppenderConstructor' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 396 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 145 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 149 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 153 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'AbstractAutowireCapableBeanFactory' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 160 | |
| extension | OverridableMethodInConstructor | Overridable method 'ignoreDependencyInterface' is called in constructor body. | 161 | |
| extension | OverridableMethodInConstructor | Overridable method 'ignoreDependencyInterface' is called in constructor body. | 162 | |
| extension | OverridableMethodInConstructor | Overridable method 'ignoreDependencyInterface' is called in constructor body. | 163 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 312 | |
| extension | ReturnCountExtended | Return count for 'createBean' method is 2 (max allowed is 1). | 446 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 8 times in the file. | 450 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 471 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 506 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 507 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 519 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 519 position 54 need optimization. All method calls are advised to move to end of logic expression. | 519 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 542 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 559 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 621 | |
| extension | ReturnCountExtended | Return count for 'getTypeForFactoryMethod' method is 3 (max allowed is 1). | 644 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 694 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 698 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 714 | |
| extension | ReturnCountExtended | Return count for 'getTypeForFactoryBean' method is 3 (max allowed is 1). | 751 | |
| extension | MoveVariableInsideIf | Variable 'factoryMethodName' can be moved inside the block at line '757' to restrict runtime creation. | 755 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 789 | |
| extension | ReturnCountExtended | Return count for 'getSingletonFactoryBeanForTypeCheck' method is 2 (max allowed is 1). | 843 | |
| extension | ReturnCountExtended | Return count for 'getNonSingletonFactoryBeanForTypeCheck' method is 2 (max allowed is 1). | 885 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 935 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 961 | |
| extension | ReturnCountExtended | Return count for 'createBeanInstance' method is 5 (max allowed is 1). | 1004 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1072 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1100 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 1153 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1202 | |
| extension | MultipleStringLiteralsExtended | The String "' via property '" appears 2 times in the file. | 1245 | |
| extension | MultipleStringLiteralsExtended | The String "' to bean named '" appears 2 times in the file. | 1245 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1276 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1319 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1364 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1385 | |
| extension | MultipleStringLiteralsExtended | The String "Error setting property values" appears 2 times in the file. | 1452 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1468 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1572 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 1574 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1613 | |
| extension | MultipleStringLiteralsExtended | The String "afterPropertiesSet" appears 2 times in the file. | 1614 | |
| extension | AvoidHidingCauseException | Cause exception 'pae' was lost. | 1629 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1655 | |
| extension | MultipleStringLiteralsExtended | The String "' on bean with name '" appears 2 times in the file. | 1661 | |
| extension | AvoidHidingCauseException | Cause exception 'pae' was lost. | 1696 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 1705 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 157 | |
| extension | OverridableMethodInConstructor | Overridable method 'setConstructorArgumentValues' is called in constructor body. | 202 | |
| extension | OverridableMethodInConstructor | Overridable method 'setPropertyValues' is called in constructor body. | 203 | |
| extension | OverridableMethodInConstructor | Overridable method 'setBeanClassName' is called in constructor body. | 213 | |
| extension | OverridableMethodInConstructor | Overridable method 'setFactoryBeanName' is called in constructor body. | 214 | |
| extension | OverridableMethodInConstructor | Overridable method 'setFactoryMethodName' is called in constructor body. | 215 | |
| extension | OverridableMethodInConstructor | Overridable method 'setScope' is called in constructor body. | 216 | |
| extension | OverridableMethodInConstructor | Overridable method 'setAbstract' is called in constructor body. | 217 | |
| extension | OverridableMethodInConstructor | Overridable method 'setLazyInit' is called in constructor body. | 218 | |
| extension | OverridableMethodInConstructor | Overridable method 'setRole' is called in constructor body. | 219 | |
| extension | OverridableMethodInConstructor | Overridable method 'setConstructorArgumentValues' is called in constructor body. | 220 | |
| extension | OverridableMethodInConstructor | Overridable method 'setPropertyValues' is called in constructor body. | 221 | |
| extension | OverridableMethodInConstructor | Overridable method 'setBeanClass' is called in constructor body. | 228 | |
| extension | OverridableMethodInConstructor | Overridable method 'setAutowireMode' is called in constructor body. | 230 | |
| extension | OverridableMethodInConstructor | Overridable method 'setDependencyCheck' is called in constructor body. | 231 | |
| extension | OverridableMethodInConstructor | Overridable method 'setDependsOn' is called in constructor body. | 232 | |
| extension | OverridableMethodInConstructor | Overridable method 'setAutowireCandidate' is called in constructor body. | 233 | |
| extension | OverridableMethodInConstructor | Overridable method 'copyQualifiersFrom' is called in constructor body. | 234 | |
| extension | OverridableMethodInConstructor | Overridable method 'setPrimary' is called in constructor body. | 235 | |
| extension | OverridableMethodInConstructor | Overridable method 'setNonPublicAccessAllowed' is called in constructor body. | 236 | |
| extension | OverridableMethodInConstructor | Overridable method 'setLenientConstructorResolution' is called in constructor body. | 237 | |
| extension | OverridableMethodInConstructor | Overridable method 'setInitMethodName' is called in constructor body. | 238 | |
| extension | OverridableMethodInConstructor | Overridable method 'setEnforceInitMethod' is called in constructor body. | 239 | |
| extension | OverridableMethodInConstructor | Overridable method 'setDestroyMethodName' is called in constructor body. | 240 | |
| extension | OverridableMethodInConstructor | Overridable method 'setEnforceDestroyMethod' is called in constructor body. | 241 | |
| extension | OverridableMethodInConstructor | Overridable method 'setMethodOverrides' is called in constructor body. | 242 | |
| extension | OverridableMethodInConstructor | Overridable method 'setSynthetic' is called in constructor body. | 243 | |
| extension | OverridableMethodInConstructor | Overridable method 'setResource' is called in constructor body. | 244 | |
| extension | OverridableMethodInConstructor | Overridable method 'setResourceDescription' is called in constructor body. | 247 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 338 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 450 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 691 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 714 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 729 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 897 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 909 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 956 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 102 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 167 | |
| extension | ReturnCountExtended | Return count for 'loadBeanDefinitions' method is 2 (max allowed is 1). | 206 | |
| extension | MultipleStringLiteralsExtended | The String "Loaded " appears 2 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 133 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 140 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 146 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 155 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 162 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 169 | |
| extension | ReturnCountExtended | Return count for 'doGetBean' method is 4 (max allowed is 1). | 232 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 6 times in the file. | 248 | |
| extension | MultipleStringLiteralsExtended | The String "No Scope registered for scope '" appears 2 times in the file. | 334 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 373 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 375 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 385 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 389 | |
| extension | ReturnCountExtended | Return count for 'isSingleton' method is 5 (max allowed is 1). | 393 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 399 | |
| extension | ReturnCountExtended | Return count for 'isPrototype' method is 6 (max allowed is 1). | 439 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 451 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 465 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 471 | |
| extension | ReturnCountExtended | Return count for 'isTypeMatch' method is 7 (max allowed is 1). | 482 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 484 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 490 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 492 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 519 | |
| extension | ReturnCountExtended | Return count for 'getType' method is 5 (max allowed is 1). | 563 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 606 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 615 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 623 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 661 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 680 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 769 | |
| extension | MultipleStringLiteralsExtended | The String "Scope identifier must not be null" appears 2 times in the file. | 854 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 898 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 955 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 973 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 983 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1000 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1117 | |
| extension | ReturnCountExtended | Return count for 'resolveBeanClass' method is 2 (max allowed is 1). | 1305 | |
| extension | AvoidHidingCauseException | Cause exception 'pae' was lost. | 1325 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1346 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1364 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1398 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 1472 | |
| extension | ReturnCountExtended | Return count for 'getObjectForBeanInstance' method is 2 (max allowed is 1). | 1490 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1516 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1543 | |
| extension | MoveVariableInsideIf | Variable 'acc' can be moved inside the block at line '1,561' to restrict runtime creation. | 1560 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1560 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Type name must not be null" appears 2 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 66 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 70 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 89 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 93 | |
| extension | ReturnCountExtended | Return count for 'resolveReturnTypeForFactoryMethod' method is 2 (max allowed is 1). | 192 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "] for factory method argument" appears 2 times in the file. | 227 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 250 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 297 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 122 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 127 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 133 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolveValueIfNecessary' method is 2 (max allowed is 1). | 103 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 142 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 196 | |
| extension | ReturnCountExtended | Return count for 'evaluate' method is 2 (max allowed is 1). | 226 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 242 | |
| extension | ReturnCountExtended | Return count for 'resolveInnerBean' method is 2 (max allowed is 1). | 279 | |
| extension | ReturnCountExtended | Return count for 'resolveReference' method is 2 (max allowed is 1). | 337 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 379 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 391 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 124 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 170 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'ChildBeanDefinition' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'argsHolderToUse' can be moved inside the block at line '127' to restrict runtime creation. | 104 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 129 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 148 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 151 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 162 | |
| extension | MultipleStringLiteralsExtended | The String "] of bean '" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "': " appears 2 times in the file. | 191 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "' " appears 2 times in the file. | 242 | |
| extension | MultipleStringLiteralsExtended | The String "(hint: specify index/type/name arguments for simple parameters to avoid type ambiguities): " appears 2 times in the file. | 243 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 274 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 326 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 332 | |
| extension | ReturnCountExtended | Return count for 'instantiateUsingFactoryMethod' method is 2 (max allowed is 1). | 352 | |
| extension | MoveVariableInsideIf | Variable 'argsHolderToUse' can be moved inside the block at line '415' to restrict runtime creation. | 392 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 421 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 431 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 449 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 499 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 528 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 2 times in the file. | 531 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 535 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 539 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 598 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 612 | |
| extension | MultipleStringLiteralsExtended | The String "constructor argument" appears 3 times in the file. | 634 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 668 | |
| extension | MultipleStringLiteralsExtended | The String "constructor" appears 2 times in the file. | 668 | |
| extension | MultipleStringLiteralsExtended | The String "factory method" appears 2 times in the file. | 668 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 669 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 674 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 675 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 679 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 707 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 720 | |
| extension | MultipleStringLiteralsExtended | The String "Could not convert " appears 2 times in the file. | 722 | |
| extension | MultipleStringLiteralsExtended | The String " argument value of type [" appears 2 times in the file. | 722 | |
| extension | MultipleStringLiteralsExtended | The String "] to required type [" appears 2 times in the file. | 724 | |
| extension | MultipleStringLiteralsExtended | The String "]: " appears 2 times in the file. | 724 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 771 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 773 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 796 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 797 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 850 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 905 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 113 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 157 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 160 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 163 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 166 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 169 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 172 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'DefaultListableBeanFactory' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 185 | |
| extension | ReturnCountExtended | Return count for 'getBean' method is 4 (max allowed is 1). | 335 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 339 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 353 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 403 position 31 need optimization. All method calls are advised to move to end of logic expression. | 403 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 403 position 47 need optimization. All method calls are advised to move to end of logic expression. | 403 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 407 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 420 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 453 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 507 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 520 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 548 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 566 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 609 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 610 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 670 | |
| extension | MultipleStringLiteralsExtended | The String "No bean named '" appears 2 times in the file. | 685 | |
| extension | MultipleStringLiteralsExtended | The String "' found in " appears 2 times in the file. | 685 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 694 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 718 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 729 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 747 | |
| extension | MultipleStringLiteralsExtended | The String "] with [" appears 2 times in the file. | 817 | |
| extension | ReturnCountExtended | Return count for 'doResolveDependency' method is 8 (max allowed is 1). | 948 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 956 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 959 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 960 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 979 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1006 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1082 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1107 | |
| extension | MoveVariableInsideIf | Variable 'candidateBeanName' can be moved inside the block at line '1,215' to restrict runtime creation. | 1212 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1248 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1277 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1287 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot deserialize BeanFactory with id " appears 2 times in the file. | 1357 | |
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 1391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 115 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "'beanName' must not be null" appears 2 times in the file. | 126 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 145 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 199 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 225 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "Bean name must not be null" appears 2 times in the file. | 312 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 313 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 323 | |
| extension | ReturnCountExtended | Return count for 'isDependent' method is 4 (max allowed is 1). | 451 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 580 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 616 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Disposable bean must not be null" appears 2 times in the file. | 109 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "destroy" appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "' on bean with name '" appears 3 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 6 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "Method '" appears 2 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "' of bean '" appears 2 times in the file. | 130 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 152 | |
| extension | ReturnCountExtended | Return count for 'inferDestroyMethodIfNecessary' method is 3 (max allowed is 1). | 188 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 261 | |
| extension | MultipleStringLiteralsExtended | The String ": " appears 3 times in the file. | 267 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 299 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 305 | |
| extension | AvoidHidingCauseException | Cause exception 'pax' was lost. | 345 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 363 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 69 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 86 | |
| extension | ReturnCountExtended | Return count for 'getObjectFromFactoryBean' method is 2 (max allowed is 1). | 98 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 115 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 120 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 123 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 132 | |
| extension | AvoidHidingCauseException | Cause exception 'pae' was lost. | 164 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 172 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'GenericBeanDefinition' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 56 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 64 | |
| extension | ReturnCountExtended | Return count for 'checkGenericTypeMatch' method is 2 (max allowed is 1). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 85 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 97 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 | |
| extension | OverridableMethodInConstructor | Overridable method 'addOverrides' is called in constructor body. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 187 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 292 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 364 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 437 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'RootBeanDefinition' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 103 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'RootBeanDefinition' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 111 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'RootBeanDefinition' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 124 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 244 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 254 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 269 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 285 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 301 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | ReturnCountExtended | Return count for 'instantiate' method is 2 (max allowed is 1). | 59 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Method Injection not supported in SimpleInstantiationStrategy" appears 2 times in the file. | 104 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | ReturnCountExtended | Return count for 'getBean' method is 2 (max allowed is 1). | 80 | |
| extension | MultipleStringLiteralsExtended | The String "Defined beans are [" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 86 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "StaticListableBeanFactory does not support explicit bean creation arguments" appears 2 times in the file. | 136 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 159 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 166 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 173 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 225 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 226 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 229 position 43 need optimization. All method calls are advised to move to end of logic expression. | 229 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 256 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 257 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 263 position 43 need optimization. All method calls are advised to move to end of logic expression. | 263 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 268 position 57 need optimization. All method calls are advised to move to end of logic expression. | 268 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 290 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 115 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'parse' method is 2 (max allowed is 1). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bean" appears 2 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "parent" appears 2 times in the file. | 131 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 141 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 143 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 145 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 147 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 149 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 151 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 153 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 155 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 157 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 159 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 161 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 163 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 165 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 167 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 169 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 171 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "ref" appears 2 times in the file. | 173 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 175 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 177 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 179 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 181 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 183 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 185 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 187 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 189 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 191 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 193 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 195 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 197 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 199 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 201 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 203 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 205 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 207 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 209 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 211 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 213 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 215 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 217 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 219 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 221 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 223 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 225 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 227 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 229 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 231 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 233 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 235 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 237 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 239 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 241 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 244 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 257 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 343 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 433 | |
| extension | ReturnCountExtended | Return count for 'parseBeanDefinitionElement' method is 3 (max allowed is 1). | 451 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 496 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 499 | |
| extension | ReturnCountExtended | Return count for 'parseBeanDefinitionElement' method is 2 (max allowed is 1). | 536 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 575 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 823 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 907 | |
| extension | ReturnCountExtended | Return count for 'parsePropertyValue' method is 4 (max allowed is 1). | 967 | |
| extension | ReturnCountExtended | Return count for 'parsePropertySubElement' method is 2 (max allowed is 1). | 1032 | |
| extension | MultipleStringLiteralsExtended | The String "Type class [" appears 2 times in the file. | 1143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1190 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1204 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1231 | |
| extension | MultipleStringLiteralsExtended | The String "<entry> element is only allowed to contain either " appears 2 times in the file. | 1276 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to locate Spring NamespaceHandler for XML schema namespace [" appears 2 times in the file. | 1424 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1528 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1536 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolveEntity' method is 2 (max allowed is 1). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "alias" appears 2 times in the file. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 214 | |
| extension | MoveVariableInsideIf | Variable 'importCount' can be moved inside the block at line '230' to restrict runtime creation. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "Imported " appears 2 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 231 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 288 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 101 | |
| extension | ReturnCountExtended | Return count for 'resolve' method is 2 (max allowed is 1). | 113 | |
| extension | MultipleStringLiteralsExtended | The String "] for namespace [" appears 3 times in the file. | 127 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " to " appears 2 times in the file. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 81 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolveEntity' method is 2 (max allowed is 1). | 104 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 107 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Constructor argument '" appears 4 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String " Only one approach may be used per argument." appears 2 times in the file. | 122 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "properties" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "path" appears 2 times in the file. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 126 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 147 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 201 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 211 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 221 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "IOException parsing XML document from " appears 2 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String " is invalid" appears 2 times in the file. | 399 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 413 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to determine validation mode for [" appears 2 times in the file. | 478 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 95 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 100 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 129 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 157 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 135 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 107 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 75 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 85 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 97 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid URI syntax: " appears 2 times in the file. | 117 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 147 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 148 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 77 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'doFindMatchingMethod' method is 2 (max allowed is 1). | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 33 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 95 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 101 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 101 position 54 need optimization. All method calls are advised to move to end of logic expression. | 101 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 51 | |
| extension | OverridableMethodInConstructor | Overridable method 'setSource' is called in constructor body. | 100 | |
| extension | OverridableMethodInConstructor | Overridable method 'setSort' is called in constructor body. | 101 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'compare' method is 2 (max allowed is 1). | 77 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 90 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 93 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 96 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "John" appears 21 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 4 times in the file. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "xxxxx" appears 2 times in the file. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "London" appears 8 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "UK" appears 11 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "address.city" appears 4 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "address.country.name" appears 6 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "DefaultCountry" appears 2 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "address.bar" appears 2 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "SomeValue" appears 3 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "Paris" appears 7 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "FR" appears 7 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "forname" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "surname" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 2 times in the file. | 37 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should have thrown FatalBeanException" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 5 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "touchy" appears 4 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "Name empty" appears 5 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "Age empty" appears 5 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "Touchy empty" appears 5 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "Name copied" appears 5 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "Age copied" appears 4 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "Touchy copied" appears 3 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "bla" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "Touchy still empty" appears 2 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 4 times in the file. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "doSomething" appears 2 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "doSomethingElse" appears 3 times in the file. | 229 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 229 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "overloaded" appears 3 times in the file. | 243 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 247 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 251 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 257 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "nested.prop" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 6 times in the file. | 52 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "array[0]" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "list[0]" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "list[4]" appears 2 times in the file. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "customEnum" appears 3 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "VALUE_1" appears 8 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "customEnumArray" appears 3 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "VALUE_2" appears 5 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "VALUE_1,VALUE_2" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "customEnumSet" appears 3 times in the file. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 8 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 14 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "integerSet" appears 2 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "http://localhost:8080" appears 4 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "http://localhost:9090" appears 2 times in the file. | 97 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "6" appears 4 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "7" appears 3 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "shortMap[4]" appears 2 times in the file. | 129 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "longMap[4]" appears 2 times in the file. | 151 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 161 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 5 times in the file. | 164 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 3 times in the file. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 187 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "listOfLists[0][0]" appears 4 times in the file. | 192 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 199 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 200 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 211 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "str1" appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "str2" appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "listOfArrays[0][1]" appears 4 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "str3 " appears 4 times in the file. | 216 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 223 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "str3" appears 2 times in the file. | 230 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 236 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 237 | |
| extension | MultipleStringLiteralsExtended | The String "listOfMaps[0][10]" appears 4 times in the file. | 241 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 248 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 249 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 260 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "mykey" appears 4 times in the file. | 262 | |
| extension | MultipleStringLiteralsExtended | The String "mapOfMaps[mykey][10]" appears 4 times in the file. | 265 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 272 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 273 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 284 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "mapOfLists[1][0]" appears 4 times in the file. | 289 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 296 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 297 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 308 | |
| extension | MultipleStringLiteralsExtended | The String "testKey" appears 8 times in the file. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 2 times in the file. | 322 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 330 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 336 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 352 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 367 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 368 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 370 | |
| extension | MultipleStringLiteralsExtended | The String "10" appears 10 times in the file. | 371 | |
| extension | MultipleStringLiteralsExtended | The String "genericMap" appears 2 times in the file. | 376 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 384 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 385 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 387 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 401 | |
| extension | MultipleStringLiteralsExtended | The String "genericIndexedMap[1]" appears 2 times in the file. | 406 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 414 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 427 | |
| extension | MultipleStringLiteralsExtended | The String "derivedIndexedMap[1]" appears 2 times in the file. | 432 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 440 | |
| extension | MultipleStringLiteralsExtended | The String "genericProperty" appears 2 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "genericListProperty" appears 2 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "20" appears 2 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "30" appears 2 times in the file. | 456 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 501 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 2 times in the file. | 502 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 503 | |
| extension | MultipleStringLiteralsExtended | The String "it works!" appears 2 times in the file. | 508 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 576 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "listOfMaps[0]['luckyNumber']" appears 3 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "9" appears 7 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "luckyNumber" appears 3 times in the file. | 86 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "list[0]" appears 6 times in the file. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "array" appears 11 times in the file. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "list" appears 11 times in the file. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "set" appears 10 times in the file. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "map" appears 10 times in the file. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "xxx" appears 2 times in the file. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "array[0]" appears 7 times in the file. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "array[0].name" appears 5 times in the file. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "list[0].name" appears 5 times in the file. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "set[0]" appears 3 times in the file. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "set[0].name" appears 5 times in the file. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "map[key1]" appears 6 times in the file. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "map[key1].name" appears 4 times in the file. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "map[key4][0]" appears 2 times in the file. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "map[key4][0].name" appears 5 times in the file. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "map[key4][1]" appears 2 times in the file. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "map[key4][1].name" appears 5 times in the file. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "array[key1]" appears 2 times in the file. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "map[key0]" appears 5 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 13 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "tom" appears 2 times in the file. | 189 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "age is OK" appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "name is OK" appears 2 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "Shouldn't throw exception when everything is valid" appears 4 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "tony" appears 4 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "valid" appears 2 times in the file. | 219 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 7 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "touchy" appears 4 times in the file. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "Validly set property must stick" appears 7 times in the file. | 228 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 241 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "spouse" appears 5 times in the file. | 265 | |
| extension | MultipleStringLiteralsExtended | The String "bool2" appears 4 times in the file. | 308 | |
| extension | MultipleStringLiteralsExtended | The String "Correct bool2 value" appears 4 times in the file. | 309 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "short2" appears 4 times in the file. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 11 times in the file. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "int2" appears 4 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "8" appears 5 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "long2" appears 4 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "6" appears 6 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "bigInteger" appears 4 times in the file. | 327 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 11 times in the file. | 327 | |
| extension | MultipleStringLiteralsExtended | The String "float2" appears 4 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "8.1" appears 5 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "double2" appears 4 times in the file. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "6.1" appears 5 times in the file. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "bigDecimal" appears 4 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "4.0" appears 5 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "Should not throw BeansException: " appears 2 times in the file. | 333 | |
| extension | MultipleStringLiteralsExtended | The String "Correct short2 value" appears 4 times in the file. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "Correct int2 value" appears 4 times in the file. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "Correct long2 value" appears 4 times in the file. | 340 | |
| extension | MultipleStringLiteralsExtended | The String "Correct bigInteger value" appears 4 times in the file. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "Correct float2 value" appears 4 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "Correct double2 value" appears 4 times in the file. | 346 | |
| extension | MultipleStringLiteralsExtended | The String "Correct bigDecimal value" appears 4 times in the file. | 348 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 357 | |
| extension | MultipleStringLiteralsExtended | The String "autowire" appears 3 times in the file. | 391 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown TypeMismatchException" appears 2 times in the file. | 399 | |
| extension | MultipleStringLiteralsExtended | The String "ptest" appears 2 times in the file. | 410 | |
| extension | MultipleStringLiteralsExtended | The String "stringArray" appears 13 times in the file. | 429 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 9 times in the file. | 429 | |
| extension | MultipleStringLiteralsExtended | The String "fi" appears 15 times in the file. | 429 | |
| extension | MultipleStringLiteralsExtended | The String "fum" appears 9 times in the file. | 429 | |
| extension | MultipleStringLiteralsExtended | The String "stringArray length = 4" appears 4 times in the file. | 430 | |
| extension | MultipleStringLiteralsExtended | The String "correct values" appears 25 times in the file. | 431 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 434 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 444 | |
| extension | MultipleStringLiteralsExtended | The String "stringArray length = 3" appears 2 times in the file. | 449 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 3 times in the file. | 453 | |
| extension | MultipleStringLiteralsExtended | The String "stringArray length = 1" appears 2 times in the file. | 454 | |
| extension | MultipleStringLiteralsExtended | The String "4foo" appears 3 times in the file. | 472 | |
| extension | MultipleStringLiteralsExtended | The String "7fi" appears 3 times in the file. | 472 | |
| extension | MultipleStringLiteralsExtended | The String "6fi" appears 2 times in the file. | 472 | |
| extension | MultipleStringLiteralsExtended | The String "5fum" appears 2 times in the file. | 472 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 477 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 487 | |
| extension | MultipleStringLiteralsExtended | The String "stringArray length = 2" appears 2 times in the file. | 507 | |
| extension | MultipleStringLiteralsExtended | The String "a1" appears 3 times in the file. | 508 | |
| extension | MultipleStringLiteralsExtended | The String "b2" appears 3 times in the file. | 508 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 515 | |
| extension | MultipleStringLiteralsExtended | The String "a1-b2" appears 2 times in the file. | 516 | |
| extension | MultipleStringLiteralsExtended | The String "Test0" appears 2 times in the file. | 527 | |
| extension | MultipleStringLiteralsExtended | The String "array[2]" appears 2 times in the file. | 530 | |
| extension | MultipleStringLiteralsExtended | The String "Test2" appears 2 times in the file. | 530 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 559 | |
| extension | MultipleStringLiteralsExtended | The String "intArray" appears 14 times in the file. | 579 | |
| extension | MultipleStringLiteralsExtended | The String "intArray length = 4" appears 12 times in the file. | 580 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 5 times in the file. | 584 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 2 times in the file. | 584 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 589 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 599 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 605 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 8 times in the file. | 620 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 2 times in the file. | 654 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 679 | |
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 3 times in the file. | 701 | |
| extension | MultipleStringLiteralsExtended | The String "Should throw exception on type mismatch" appears 2 times in the file. | 738 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 756 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 15 times in the file. | 765 | |
| extension | MultipleStringLiteralsExtended | The String "kerry" appears 3 times in the file. | 784 | |
| extension | MultipleStringLiteralsExtended | The String "spouse.age" appears 4 times in the file. | 788 | |
| extension | MultipleStringLiteralsExtended | The String "spouse.spouse.age" appears 2 times in the file. | 790 | |
| extension | MultipleStringLiteralsExtended | The String "spouse.spouse" appears 5 times in the file. | 792 | |
| extension | MultipleStringLiteralsExtended | The String "nested set worked" appears 4 times in the file. | 822 | |
| extension | MultipleStringLiteralsExtended | The String "no back relation" appears 2 times in the file. | 823 | |
| extension | MultipleStringLiteralsExtended | The String "Kerry" appears 2 times in the file. | 857 | |
| extension | MultipleStringLiteralsExtended | The String "Lewisham" appears 2 times in the file. | 858 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 900 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 901 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 902 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 903 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 904 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 4 times in the file. | 904 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 905 | |
| extension | MultipleStringLiteralsExtended | The String "name0" appears 5 times in the file. | 906 | |
| extension | MultipleStringLiteralsExtended | The String "name1" appears 5 times in the file. | 907 | |
| extension | MultipleStringLiteralsExtended | The String "name2" appears 5 times in the file. | 908 | |
| extension | MultipleStringLiteralsExtended | The String "name3" appears 5 times in the file. | 909 | |
| extension | MultipleStringLiteralsExtended | The String "name6" appears 2 times in the file. | 910 | |
| extension | MultipleStringLiteralsExtended | The String "name7" appears 2 times in the file. | 911 | |
| extension | MultipleStringLiteralsExtended | The String "name4" appears 6 times in the file. | 912 | |
| extension | MultipleStringLiteralsExtended | The String "name5" appears 6 times in the file. | 913 | |
| extension | MultipleStringLiteralsExtended | The String "array[1].name" appears 3 times in the file. | 915 | |
| extension | MultipleStringLiteralsExtended | The String "list[1].name" appears 3 times in the file. | 917 | |
| extension | MultipleStringLiteralsExtended | The String "set[1].name" appears 3 times in the file. | 919 | |
| extension | MultipleStringLiteralsExtended | The String "name8" appears 2 times in the file. | 932 | |
| extension | MultipleStringLiteralsExtended | The String "name9" appears 2 times in the file. | 933 | |
| extension | MultipleStringLiteralsExtended | The String "map['key.3'].name" appears 2 times in the file. | 935 | |
| extension | MultipleStringLiteralsExtended | The String "nameA" appears 2 times in the file. | 936 | |
| extension | MultipleStringLiteralsExtended | The String "nameB" appears 2 times in the file. | 937 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 963 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 964 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 965 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 966 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 967 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 968 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 3 times in the file. | 968 | |
| extension | MultipleStringLiteralsExtended | The String "array[1]" appears 4 times in the file. | 970 | |
| extension | MultipleStringLiteralsExtended | The String "list[1]" appears 3 times in the file. | 972 | |
| extension | MultipleStringLiteralsExtended | The String "map[key2]" appears 4 times in the file. | 976 | |
| extension | MultipleStringLiteralsExtended | The String "list[2]" appears 2 times in the file. | 985 | |
| extension | MultipleStringLiteralsExtended | The String "list[4]" appears 2 times in the file. | 986 | |
| extension | MultipleStringLiteralsExtended | The String "map['key2']" appears 2 times in the file. | 988 | |
| extension | MultipleStringLiteralsExtended | The String "map['key9']" appears 2 times in the file. | 990 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 994 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 995 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 996 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 997 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 998 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 999 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 1000 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 1001 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 1002 | |
| extension | MultipleStringLiteralsExtended | The String "rob" appears 7 times in the file. | 1032 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1046 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1064 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1088 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1111 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 1116 | |
| extension | MultipleStringLiteralsExtended | The String "Took too long" appears 5 times in the file. | 1149 | |
| extension | MultipleStringLiteralsExtended | The String "array3" appears 2 times in the file. | 1160 | |
| extension | MultipleStringLiteralsExtended | The String "someProperty" appears 2 times in the file. | 1228 | |
| extension | MultipleStringLiteralsExtended | The String "someValue" appears 3 times in the file. | 1228 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 1240 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1244 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1252 | |
| extension | MultipleStringLiteralsExtended | The String "coll1" appears 3 times in the file. | 1253 | |
| extension | MultipleStringLiteralsExtended | The String "collection" appears 5 times in the file. | 1254 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1255 | |
| extension | MultipleStringLiteralsExtended | The String "set1" appears 6 times in the file. | 1256 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1258 | |
| extension | MultipleStringLiteralsExtended | The String "sortedSet1" appears 7 times in the file. | 1259 | |
| extension | MultipleStringLiteralsExtended | The String "sortedSet" appears 7 times in the file. | 1260 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1261 | |
| extension | MultipleStringLiteralsExtended | The String "list1" appears 7 times in the file. | 1262 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1275 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1278 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1281 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1284 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1290 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1292 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1294 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1302 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1305 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1308 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1311 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1315 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1317 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1321 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1329 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1332 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1335 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1338 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1344 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1346 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1348 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1356 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1359 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1362 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1365 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1369 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1371 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1373 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1375 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1383 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1386 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1393 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1397 | |
| extension | MultipleStringLiteralsExtended | The String "list1 " appears 2 times in the file. | 1409 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1411 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1413 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1415 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1418 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1425 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 1426 | |
| extension | MultipleStringLiteralsExtended | The String "sortedKey" appears 3 times in the file. | 1429 | |
| extension | MultipleStringLiteralsExtended | The String "sortedValue" appears 3 times in the file. | 1429 | |
| extension | MultipleStringLiteralsExtended | The String "sortedMap" appears 2 times in the file. | 1430 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1439 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1442 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 12 times in the file. | 1456 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 1505 | |
| extension | MultipleStringLiteralsExtended | The String "Possible matches not determined" appears 2 times in the file. | 1509 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid amount of alternatives" appears 2 times in the file. | 1510 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 1518 | |
| extension | MultipleStringLiteralsExtended | The String "enumValue" appears 2 times in the file. | 1531 | |
| extension | MultipleStringLiteralsExtended | The String ".TEST_VALUE" appears 2 times in the file. | 1531 | |
| extension | MultipleStringLiteralsExtended | The String "val1" appears 2 times in the file. | 1547 | |
| extension | MultipleStringLiteralsExtended | The String "object" appears 7 times in the file. | 1557 | |
| extension | MultipleStringLiteralsExtended | The String "a String" appears 2 times in the file. | 1569 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1571 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 8 times in the file. | 1578 | |
| extension | MultipleStringLiteralsExtended | The String "object.name" appears 5 times in the file. | 1587 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 4 times in the file. | 1589 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1614 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 1697 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 1910 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 1914 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 2041 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 2046 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 2055 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 2 times in the file. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 65 position 25 need optimization. All method calls are advised to move to end of logic expression. | 65 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 66 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 84 times in the file. | 51 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "setFoo" appears 3 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "never matched write method" appears 3 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "property1" appears 2 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "blue" appears 2 times in the file. | 265 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 6 times in the file. | 276 | |
| extension | MultipleStringLiteralsExtended | The String "foos" appears 61 times in the file. | 340 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 448 | |
| extension | MultipleStringLiteralsExtended | The String "dateFormat" appears 12 times in the file. | 717 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 9 times in the file. | 781 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 6 times in the file. | 782 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 783 | |
| extension | MultipleStringLiteralsExtended | The String "targetMethod" appears 4 times in the file. | 829 | |
| extension | MultipleStringLiteralsExtended | The String "address" appears 8 times in the file. | 851 | |
| extension | MultipleStringLiteralsExtended | The String "prop1" appears 8 times in the file. | 869 | |
| extension | MultipleStringLiteralsExtended | The String "locationByPlatform" appears 4 times in the file. | 886 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "forname" appears 8 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "Tony" appears 4 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "surname" appears 4 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "Blair" appears 4 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 4 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "50" appears 4 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "Gordon" appears 4 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 2 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "changes are empty, not of length " appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "map" appears 4 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "map[key1]" appears 8 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "map['key1']" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "map[\"key1\"]" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "map[key1][key2]" appears 6 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "map['key1'][\"key2\"]" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "map[key1].name" appears 8 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "map['key1'].name" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "map[\"key1\"].name" appears 2 times in the file. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 14 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "setFoo" appears 4 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "getFoo" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "not a PD" appears 2 times in the file. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "t1" appears 9 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "t2" appears 9 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 10 times in the file. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "test3" appears 7 times in the file. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "testFactory1" appears 7 times in the file. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "testFactory2" appears 3 times in the file. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "t3" appears 7 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "t4" appears 5 times in the file. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "&t3" appears 4 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "&t4" appears 4 times in the file. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "&testFactory1" appears 8 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "&testFactory2" appears 8 times in the file. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "int" appears 2 times in the file. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 57 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 110 position 25 need optimization. All method calls are advised to move to end of logic expression. | 110 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 111 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "x1.(class)" appears 7 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "singleton not instantiated" appears 4 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "singleton was instantiated" appears 2 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 3 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "x1" appears 74 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "x1.singleton" appears 5 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 10 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "prototype not instantiated" appears 11 times in the file. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "&x1" appears 55 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "x1.(singleton)" appears 2 times in the file. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 290 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "x2" appears 22 times in the file. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "&x2" appears 21 times in the file. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 311 | |
| extension | MultipleStringLiteralsExtended | The String "createTestBean" appears 2 times in the file. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 339 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 341 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 362 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 365 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 367 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 368 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "factory" appears 4 times in the file. | 379 | |
| extension | MultipleStringLiteralsExtended | The String "createTestBeanNonStatic" appears 2 times in the file. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 397 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 400 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 419 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 423 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 433 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 436 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 437 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 438 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 439 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 440 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 442 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 444 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 445 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 446 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 447 | |
| extension | MultipleStringLiteralsExtended | The String "No beans defined after no arg constructor" appears 2 times in the file. | 464 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 480 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 480 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 101 times in the file. | 482 | |
| extension | MultipleStringLiteralsExtended | The String "test.(class)" appears 4 times in the file. | 490 | |
| extension | MultipleStringLiteralsExtended | The String "test.name" appears 4 times in the file. | 491 | |
| extension | MultipleStringLiteralsExtended | The String "Tony" appears 6 times in the file. | 491 | |
| extension | MultipleStringLiteralsExtended | The String "test.age" appears 4 times in the file. | 492 | |
| extension | MultipleStringLiteralsExtended | The String "48" appears 4 times in the file. | 492 | |
| extension | MultipleStringLiteralsExtended | The String "1 beans registered, not " appears 3 times in the file. | 494 | |
| extension | MultipleStringLiteralsExtended | The String "beans." appears 3 times in the file. | 500 | |
| extension | MultipleStringLiteralsExtended | The String "rod.(class)" appears 2 times in the file. | 517 | |
| extension | MultipleStringLiteralsExtended | The String "Rod" appears 5 times in the file. | 518 | |
| extension | MultipleStringLiteralsExtended | The String "kerry.(class)" appears 8 times in the file. | 520 | |
| extension | MultipleStringLiteralsExtended | The String "kerry.name" appears 2 times in the file. | 521 | |
| extension | MultipleStringLiteralsExtended | The String "Kerry" appears 3 times in the file. | 521 | |
| extension | MultipleStringLiteralsExtended | The String "kerry.age" appears 10 times in the file. | 522 | |
| extension | MultipleStringLiteralsExtended | The String "35" appears 10 times in the file. | 522 | |
| extension | MultipleStringLiteralsExtended | The String "kerry.spouse(ref)" appears 2 times in the file. | 523 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 11 times in the file. | 523 | |
| extension | MultipleStringLiteralsExtended | The String "kerry" appears 21 times in the file. | 528 | |
| extension | MultipleStringLiteralsExtended | The String "my.value" appears 2 times in the file. | 541 | |
| extension | MultipleStringLiteralsExtended | The String "tb" appears 3 times in the file. | 547 | |
| extension | MultipleStringLiteralsExtended | The String "spouse" appears 27 times in the file. | 577 | |
| extension | MultipleStringLiteralsExtended | The String "self" appears 3 times in the file. | 577 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 598 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 9 times in the file. | 602 | |
| extension | MultipleStringLiteralsExtended | The String "Non null" appears 6 times in the file. | 615 | |
| extension | MultipleStringLiteralsExtended | The String "Singletons equal" appears 2 times in the file. | 616 | |
| extension | MultipleStringLiteralsExtended | The String "kerry.(scope)" appears 2 times in the file. | 621 | |
| extension | MultipleStringLiteralsExtended | The String "prototype" appears 7 times in the file. | 621 | |
| extension | MultipleStringLiteralsExtended | The String "Prototypes NOT equal" appears 2 times in the file. | 627 | |
| extension | MultipleStringLiteralsExtended | The String "Specified singletons equal" appears 2 times in the file. | 638 | |
| extension | MultipleStringLiteralsExtended | The String "kerry.(singleton)" appears 3 times in the file. | 646 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanCreationException" appears 5 times in the file. | 657 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 661 | |
| extension | MultipleStringLiteralsExtended | The String "wife.(class)" appears 2 times in the file. | 669 | |
| extension | MultipleStringLiteralsExtended | The String "wife.name" appears 2 times in the file. | 670 | |
| extension | MultipleStringLiteralsExtended | The String "kerry.(parent)" appears 2 times in the file. | 672 | |
| extension | MultipleStringLiteralsExtended | The String "wife" appears 2 times in the file. | 672 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 690 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 8 times in the file. | 715 | |
| extension | MultipleStringLiteralsExtended | The String "alias" appears 2 times in the file. | 718 | |
| extension | MultipleStringLiteralsExtended | The String "parent" appears 9 times in the file. | 721 | |
| extension | MultipleStringLiteralsExtended | The String "child" appears 10 times in the file. | 722 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 754 | |
| extension | MultipleStringLiteralsExtended | The String "test2" appears 9 times in the file. | 777 | |
| extension | MultipleStringLiteralsExtended | The String "test3" appears 2 times in the file. | 778 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalStateException" appears 2 times in the file. | 781 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 795 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 796 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 810 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 811 | |
| extension | MultipleStringLiteralsExtended | The String "testAlias" appears 6 times in the file. | 833 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 836 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 837 | |
| extension | MultipleStringLiteralsExtended | The String "testAlias2" appears 3 times in the file. | 845 | |
| extension | MultipleStringLiteralsExtended | The String "testAlias3" appears 2 times in the file. | 846 | |
| extension | MultipleStringLiteralsExtended | The String "r.(class)" appears 2 times in the file. | 857 | |
| extension | MultipleStringLiteralsExtended | The String "r.name" appears 2 times in the file. | 858 | |
| extension | MultipleStringLiteralsExtended | The String "r" appears 2 times in the file. | 864 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 865 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 877 | |
| extension | MultipleStringLiteralsExtended | The String "myFloat" appears 9 times in the file. | 891 | |
| extension | MultipleStringLiteralsExtended | The String "1,1" appears 5 times in the file. | 891 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 16 times in the file. | 894 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 896 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 922 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 942 | |
| extension | MultipleStringLiteralsExtended | The String "myName" appears 10 times in the file. | 953 | |
| extension | MultipleStringLiteralsExtended | The String "myAge" appears 2 times in the file. | 954 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 959 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 977 | |
| extension | MultipleStringLiteralsExtended | The String "test.spouse(ref)" appears 2 times in the file. | 987 | |
| extension | MultipleStringLiteralsExtended | The String "singletonObject" appears 25 times in the file. | 987 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 992 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1000 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1001 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1009 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1011 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1012 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1013 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1014 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1031 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1039 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1040 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1047 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1050 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1051 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1052 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1053 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1070 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1071 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1099 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1103 | |
| extension | MultipleStringLiteralsExtended | The String "resource1" appears 3 times in the file. | 1109 | |
| extension | MultipleStringLiteralsExtended | The String "http://localhost:8080" appears 5 times in the file. | 1109 | |
| extension | MultipleStringLiteralsExtended | The String "resource2" appears 3 times in the file. | 1110 | |
| extension | MultipleStringLiteralsExtended | The String "http://localhost:9090" appears 5 times in the file. | 1110 | |
| extension | MultipleStringLiteralsExtended | The String "arrayBean" appears 12 times in the file. | 1114 | |
| extension | MultipleStringLiteralsExtended | The String "integer1" appears 2 times in the file. | 1136 | |
| extension | MultipleStringLiteralsExtended | The String "integer2" appears 2 times in the file. | 1137 | |
| extension | MultipleStringLiteralsExtended | The String "#{foo}" appears 2 times in the file. | 1198 | |
| extension | MultipleStringLiteralsExtended | The String "myProperties" appears 2 times in the file. | 1206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1219 | |
| extension | MultipleStringLiteralsExtended | The String "rod2" appears 2 times in the file. | 1261 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown UnsatisfiedDependencyException" appears 13 times in the file. | 1264 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1268 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1269 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1312 | |
| extension | MultipleStringLiteralsExtended | The String "spous" appears 4 times in the file. | 1319 | |
| extension | MultipleStringLiteralsExtended | The String "tb2" appears 4 times in the file. | 1343 | |
| extension | MultipleStringLiteralsExtended | The String "tb1" appears 4 times in the file. | 1344 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1354 | |
| extension | MultipleStringLiteralsExtended | The String "Circular" appears 2 times in the file. | 1354 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1355 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1356 | |
| extension | MultipleStringLiteralsExtended | The String "'tb1'" appears 2 times in the file. | 1356 | |
| extension | MultipleStringLiteralsExtended | The String "tb3" appears 2 times in the file. | 1367 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1378 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1379 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1380 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1384 | |
| extension | MultipleStringLiteralsExtended | The String "bd1" appears 22 times in the file. | 1394 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1400 | |
| extension | MultipleStringLiteralsExtended | The String "bd2" appears 16 times in the file. | 1406 | |
| extension | MultipleStringLiteralsExtended | The String "more than one 'primary'" appears 2 times in the file. | 1432 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 2 times in the file. | 1458 | |
| extension | MultipleStringLiteralsExtended | The String "na1" appears 2 times in the file. | 1496 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown NoSuchBeanDefinitionException" appears 2 times in the file. | 1503 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1510 | |
| extension | MultipleStringLiteralsExtended | The String "factoryBean" appears 4 times in the file. | 1639 | |
| extension | MultipleStringLiteralsExtended | The String "&factoryBean" appears 2 times in the file. | 1640 | |
| extension | MultipleStringLiteralsExtended | The String "The FactoryBean should have been registered." appears 2 times in the file. | 1641 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1663 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1686 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1687 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1704 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1705 | |
| extension | MultipleStringLiteralsExtended | The String "Exception should have cause" appears 2 times in the file. | 1759 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong cause type" appears 2 times in the file. | 1760 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1795 | |
| extension | MultipleStringLiteralsExtended | The String "99" appears 6 times in the file. | 1897 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1937 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 4 times in the file. | 1978 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1987 | |
| extension | MultipleStringLiteralsExtended | The String "string" appears 4 times in the file. | 2041 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.Strin" appears 2 times in the file. | 2058 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2065 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2079 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2093 | |
| extension | MultipleStringLiteralsExtended | The String "&test" appears 2 times in the file. | 2109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2119 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 2135 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2147 | |
| extension | MultipleStringLiteralsExtended | The String "myBeanName" appears 6 times in the file. | 2149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2158 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2166 | |
| extension | MultipleStringLiteralsExtended | The String "create" appears 2 times in the file. | 2171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2178 | |
| extension | MultipleStringLiteralsExtended | The String "Prototype creation took too long: " appears 6 times in the file. | 2198 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 2245 | |
| extension | MultipleStringLiteralsExtended | The String "juergen" appears 4 times in the file. | 2252 | |
| extension | MultipleStringLiteralsExtended | The String "Destroy method invoked" appears 3 times in the file. | 2402 | |
| extension | MultipleStringLiteralsExtended | The String "factoryBeanInstance" appears 4 times in the file. | 2474 | |
| extension | MultipleStringLiteralsExtended | The String "fmWithProperties" appears 4 times in the file. | 2482 | |
| extension | MultipleStringLiteralsExtended | The String "fmGeneric" appears 3 times in the file. | 2490 | |
| extension | MultipleStringLiteralsExtended | The String "fmWithArgs" appears 4 times in the file. | 2501 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2505 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2506 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 2540 | |
| extension | MultipleStringLiteralsExtended | The String "bonanza!" appears 3 times in the file. | 2553 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 2613 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 2616 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 2623 | |
| extension | MultipleStringLiteralsExtended | The String "user1" appears 2 times in the file. | 2640 | |
| extension | MultipleStringLiteralsExtended | The String "abs" appears 2 times in the file. | 2656 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 3 times in the file. | 2671 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 3 times in the file. | 2671 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 3112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "&fooFactory" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "fooFactory" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "propertyPlaceholderConfigurer" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "alpha" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "beta" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "gamma" appears 2 times in the file. | 68 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "noArgFactory" appears 3 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "Check that a method with the specified name and arguments exists and that it is static." appears 3 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "bogusArg1" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "bogusArg2" appears 2 times in the file. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a.qualified.name.of.some.sort" appears 4 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "another.qualified.name" appears 8 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "beans1.bean1" appears 16 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "was beans1.bean1" appears 12 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "a.qualified.name.which.is.an.alias" appears 4 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Must *not* be returning null for an @Configurable class instance even when autowiring is NO" appears 2 times in the file. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 40 times in the file. | 73 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "annotatedBean" appears 108 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "nestedTestBean" appears 6 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "testBean2" appears 14 times in the file. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "indexedTestBean" appears 7 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "nestedTestBean1" appears 11 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "nestedTestBean2" appears 10 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "testBean1" appears 14 times in the file. | 687 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 692 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 693 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 694 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 695 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 699 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 700 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 701 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 702 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 721 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 722 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 723 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 724 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 728 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 729 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 730 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 731 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 748 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 749 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 754 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 755 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 794 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 795 | |
| extension | MultipleStringLiteralsExtended | The String "optional" appears 12 times in the file. | 886 | |
| extension | MultipleStringLiteralsExtended | The String "customBean" appears 24 times in the file. | 890 | |
| extension | MultipleStringLiteralsExtended | The String "expected BeanCreationException; multiple beans of dependency type available" appears 4 times in the file. | 940 | |
| extension | MultipleStringLiteralsExtended | The String "factoryBeanDependentBean" appears 2 times in the file. | 1160 | |
| extension | MultipleStringLiteralsExtended | The String "stringRepo" appears 19 times in the file. | 1185 | |
| extension | MultipleStringLiteralsExtended | The String "integerRepo" appears 15 times in the file. | 1187 | |
| extension | MultipleStringLiteralsExtended | The String "mocksControl" appears 5 times in the file. | 1282 | |
| extension | MultipleStringLiteralsExtended | The String "createMock" appears 3 times in the file. | 1285 | |
| extension | MultipleStringLiteralsExtended | The String "repo" appears 12 times in the file. | 1324 | |
| extension | MultipleStringLiteralsExtended | The String "repoFactoryBean" appears 2 times in the file. | 1354 | |
| extension | MultipleStringLiteralsExtended | The String "&repoFactoryBean" appears 2 times in the file. | 1357 | |
| extension | MultipleStringLiteralsExtended | The String "genericRepo" appears 5 times in the file. | 1558 | |
| extension | MultipleStringLiteralsExtended | The String "simpleRepo" appears 5 times in the file. | 1588 | |
| extension | MultipleStringLiteralsExtended | The String "create" appears 2 times in the file. | 1679 | |
| extension | MultipleStringLiteralsExtended | The String "bean1" appears 10 times in the file. | 1680 | |
| extension | MultipleStringLiteralsExtended | The String "bean2" appears 10 times in the file. | 1681 | |
| extension | MultipleStringLiteralsExtended | The String "bean2a" appears 2 times in the file. | 1716 | |
| extension | MultipleStringLiteralsExtended | The String "bean2b" appears 2 times in the file. | 1717 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 1725 | |
| extension | MultipleStringLiteralsExtended | The String "bean3" appears 2 times in the file. | 1753 | |
| extension | MultipleStringLiteralsExtended | The String "Already called" appears 2 times in the file. | 1783 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 1807 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 1809 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 1811 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 1888 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 1933 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 1935 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 1953 | |
| extension | MultipleStringLiteralsExtended | The String "somethingMoreGeneric_" appears 3 times in the file. | 2716 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 56 times in the file. | 61 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "annotatedBean" appears 76 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "nestedTestBean" appears 4 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "testBean2" appears 12 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "testBean1" appears 10 times in the file. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 269 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 365 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 6 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "factoryBeanDependentBean" appears 2 times in the file. | 563 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 587 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 601 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 615 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 629 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 643 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 657 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 671 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 685 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 699 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 713 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 727 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 741 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 783 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 835 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 880 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 882 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 900 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "abstractBean" appears 6 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "haha" appears 6 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 4 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "favouriteColour" appears 5 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Blue" appears 6 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "jobTitle" appears 5 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Grand Poobah" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 13 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanCreationException" appears 4 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Property" appears 3 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 5 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "24" appears 2 times in the file. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "create" appears 3 times in the file. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "testBeanFactory" appears 2 times in the file. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "date" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "2.12.1975" appears 6 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "tb1" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "tb2" appears 2 times in the file. | 70 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "tb" appears 4 times in the file. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 93 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "java.sql.Connection.TRANSACTION_SERIALIZABLE" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "TRANSACTION_SERIALIZABLE" appears 2 times in the file. | 63 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 90 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 101 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "method1" appears 5 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "bogus" appears 3 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "staticMethod1" appears 2 times in the file. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "voidRetvalMethod" appears 2 times in the file. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "supertypes" appears 5 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 5 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "supertypes2" appears 2 times in the file. | 262 | |
| extension | MultipleStringLiteralsExtended | The String "intArgument" appears 2 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 4 times in the file. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "intArguments" appears 6 times in the file. | 311 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 312 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 318 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 318 | |
| extension | MultipleStringLiteralsExtended | The String "10" appears 3 times in the file. | 318 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 324 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 330 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 336 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 342 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "factoryTestBean" appears 2 times in the file. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "providerTestBean" appears 2 times in the file. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "99" appears 6 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "tb.array[0].age" appears 10 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 11 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 11 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 4 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "spring" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "framework" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "Don" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Mattingly" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "spider" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "man" appears 4 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "bat" appears 2 times in the file. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "otb.spouse" appears 4 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "tb.spouse" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "propertyPath3" appears 3 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "tb.spouse.spouse" appears 2 times in the file. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 6 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "${" appears 4 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "}" appears 4 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 3 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "${my.name}" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "otherKey" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "systemValue" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "sex" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "p1Bean" appears 2 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "p2Bean" appears 2 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "${key2}" appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "systemKey1Value" appears 2 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 2 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "customNull" appears 2 times in the file. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "my.name" appears 2 times in the file. | 231 | |
| extension | ReturnCountExtended | Return count for 'getModifiableSystemEnvironment' method is 2 (max allowed is 1). | 243 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 256 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 266 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 277 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "tb1" appears 9 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "tb2" appears 11 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "tb1.age" appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "99" appears 14 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "tb2.name" appears 6 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 20 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "tb2.age" appears 3 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "test2" appears 3 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "tb" appears 53 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "tb.list[1].name" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "my.tb" appears 2 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 3 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "argh" appears 4 times in the file. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "hgra" appears 3 times in the file. | 255 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | MultipleStringLiteralsExtended | The String "myKey" appears 2 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 2 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 8 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "${age}" appears 7 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 11 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "name${var}${var}${" appears 2 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "spouse" appears 2 times in the file. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "${ref}" appears 10 times in the file. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "someMap" appears 3 times in the file. | 332 | |
| extension | MultipleStringLiteralsExtended | The String "parent1" appears 2 times in the file. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "${os.name}" appears 5 times in the file. | 355 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 357 | |
| extension | MultipleStringLiteralsExtended | The String "na${age}me" appears 2 times in the file. | 358 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 362 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 368 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 2 times in the file. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "country" appears 4 times in the file. | 374 | |
| extension | MultipleStringLiteralsExtended | The String "key3" appears 2 times in the file. | 377 | |
| extension | MultipleStringLiteralsExtended | The String "98" appears 3 times in the file. | 387 | |
| extension | MultipleStringLiteralsExtended | The String "var" appears 2 times in the file. | 388 | |
| extension | MultipleStringLiteralsExtended | The String "ref" appears 3 times in the file. | 389 | |
| extension | MultipleStringLiteralsExtended | The String "m" appears 2 times in the file. | 390 | |
| extension | MultipleStringLiteralsExtended | The String "mykey4" appears 2 times in the file. | 391 | |
| extension | MultipleStringLiteralsExtended | The String "namemyvarmyvar${" appears 2 times in the file. | 400 | |
| extension | MultipleStringLiteralsExtended | The String "os.name" appears 7 times in the file. | 406 | |
| extension | MultipleStringLiteralsExtended | The String "na98me" appears 2 times in the file. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 412 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 413 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 414 | |
| extension | MultipleStringLiteralsExtended | The String "myos" appears 3 times in the file. | 449 | |
| extension | MultipleStringLiteralsExtended | The String "touchy" appears 7 times in the file. | 476 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanDefinitionStoreException" appears 3 times in the file. | 483 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 487 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 504 | |
| extension | MultipleStringLiteralsExtended | The String "myname" appears 2 times in the file. | 558 | |
| extension | MultipleStringLiteralsExtended | The String "${alias}" appears 2 times in the file. | 569 | |
| extension | MultipleStringLiteralsExtended | The String "alias" appears 4 times in the file. | 573 | |
| extension | MultipleStringLiteralsExtended | The String "${test}" appears 2 times in the file. | 624 | |
| extension | MultipleStringLiteralsExtended | The String "mytest" appears 7 times in the file. | 628 | |
| extension | MultipleStringLiteralsExtended | The String "alias2" appears 2 times in the file. | 654 | |
| extension | MultipleStringLiteralsExtended | The String "${myName}" appears 2 times in the file. | 675 | |
| extension | MultipleStringLiteralsExtended | The String "${myAge}" appears 3 times in the file. | 676 | |
| extension | MultipleStringLiteralsExtended | The String "${myTouchy}" appears 2 times in the file. | 677 | |
| extension | MultipleStringLiteralsExtended | The String "myAge" appears 3 times in the file. | 682 | |
| extension | MultipleStringLiteralsExtended | The String "myName" appears 6 times in the file. | 684 | |
| extension | MultipleStringLiteralsExtended | The String "myNameValue" appears 6 times in the file. | 684 | |
| extension | MultipleStringLiteralsExtended | The String "myTouchy" appears 12 times in the file. | 685 | |
| extension | MultipleStringLiteralsExtended | The String "myTouchyValue" appears 3 times in the file. | 685 | |
| extension | MultipleStringLiteralsExtended | The String "myOtherTouchyValue" appears 6 times in the file. | 686 | |
| extension | MultipleStringLiteralsExtended | The String "mySystemPath" appears 7 times in the file. | 711 | |
| extension | MultipleStringLiteralsExtended | The String "myUserPath" appears 4 times in the file. | 712 | |
| extension | MultipleStringLiteralsExtended | The String "mySystemPath/myotherpath" appears 2 times in the file. | 743 | |
| extension | MultipleStringLiteralsExtended | The String "myUserPath/myotherpath" appears 2 times in the file. | 744 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 762 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 766 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 808 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 810 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testService" appears 8 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "factory" appears 12 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "serviceLocatorInterface" appears 10 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "testServiceInstance2" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "factory2" appears 4 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "factory3" appears 4 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Must fail on more than one matching type" appears 4 times in the file. | 83 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 84 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 90 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "serviceLocatorExceptionClass" appears 3 times in the file. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 141 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 163 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "testService1" appears 2 times in the file. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 235 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 240 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 248 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 255 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 263 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "myScope" appears 3 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "usesScope" appears 3 times in the file. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "non-exsitent-file.yml" appears 2 times in the file. | 47 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "foo:\n spam: bar" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "key1.key2" appears 2 times in the file. | 104 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "foo: bar\nbar:\n spam: bucket" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "bucket" appears 4 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "bar.spam" appears 3 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo: bar\nspam:\n foo: baz" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 17 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 5 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "spam.foo" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 6 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "foo.bar" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "spam" appears 9 times in the file. | 76 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "bag" appears 9 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "bad" appears 4 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "one: two\n---\nfoo: bar\nspam: baz\n---\nfoo: bag\nspam: bad" appears 2 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 3 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 3 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "foo[1]" appears 2 times in the file. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "VGER" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "here" appears 2 times in the file. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The contract of NullSourceExtractor states that the extraction *always* return null" appears 2 times in the file. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The contract of PassThroughSourceExtractor states that the supplied " appears 2 times in the file. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 29 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 34 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "serviceType" appears 3 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "service" appears 6 times in the file. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 37 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "createNamedProxy" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "enigma" appears 2 times in the file. | 53 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "age" appears 2 times in the file. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "create" appears 4 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "request" appears 4 times in the file. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "myName" appears 3 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 4 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "99" appears 3 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 5 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "int" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "long" appears 2 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "bd" appears 3 times in the file. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 25 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 18 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "genericBean" appears 53 times in the file. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "http://localhost:8080" appears 18 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "http://localhost:9090" appears 11 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "resource1" appears 3 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "resource2" appears 3 times in the file. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "6" appears 18 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "7" appears 11 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "genericBeanTests.xml" appears 7 times in the file. | 164 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "integer1" appears 2 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "integer2" appears 2 times in the file. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 224 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 281 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 304 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 10 times in the file. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 6 times in the file. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 10 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 6 times in the file. | 325 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 326 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 349 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 372 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 392 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 415 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 416 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 419 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 429 | |
| extension | MultipleStringLiteralsExtended | The String "createInstance" appears 7 times in the file. | 437 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 439 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 447 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 457 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 460 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 470 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 481 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 484 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 493 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 494 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 505 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 525 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 528 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 549 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 573 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 574 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 577 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 586 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 587 | |
| extension | MultipleStringLiteralsExtended | The String "mock" appears 8 times in the file. | 668 | |
| extension | MultipleStringLiteralsExtended | The String "mocksControl" appears 8 times in the file. | 694 | |
| extension | MultipleStringLiteralsExtended | The String "createMock" appears 4 times in the file. | 698 | |
| extension | MultipleStringLiteralsExtended | The String "doubleStore" appears 2 times in the file. | 777 | |
| extension | MultipleStringLiteralsExtended | The String "floatStore" appears 2 times in the file. | 778 | |
| extension | MultipleStringLiteralsExtended | The String "numberBean" appears 2 times in the file. | 779 | |
| extension | MultipleStringLiteralsExtended | The String "store1" appears 2 times in the file. | 792 | |
| extension | MultipleStringLiteralsExtended | The String "store2" appears 2 times in the file. | 793 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'UrlSet' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 832 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'UrlSet' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 836 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "tb" appears 9 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "tb2" appears 4 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 7 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 9 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 8 times in the file. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should be equal" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 9 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 6 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "abstractBean" appears 5 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "haha" appears 6 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 6 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 3 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "merge() obviously did not work." appears 3 times in the file. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 8 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 6 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "merge() obviously did not work." appears 3 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "fork" appears 2 times in the file. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 8 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 6 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "merge() obviously did not work." appears 3 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "fork" appears 2 times in the file. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 6 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 3 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "merge() obviously did not work." appears 3 times in the file. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 2 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 4 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "qualified" appears 3 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "nonqualified" appears 3 times in the file. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "tpb" appears 3 times in the file. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "&foo" appears 9 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 77 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 122 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "destroy" appears 2 times in the file. | 332 | |
| extension | MultipleStringLiteralsExtended | The String "expected security exception" appears 10 times in the file. | 344 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 345 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 359 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 | |
| extension | MultipleStringLiteralsExtended | The String "security.destroy" appears 2 times in the file. | 387 | |
| extension | MultipleStringLiteralsExtended | The String "spring-factory" appears 2 times in the file. | 400 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 440 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 476 | |
| extension | MultipleStringLiteralsExtended | The String "user1" appears 4 times in the file. | 489 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 490 | |
| extension | MultipleStringLiteralsExtended | The String "trusted-spring-factory" appears 3 times in the file. | 529 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Harriet Wheeler" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Bean is evidently not being configured (for some reason)" appears 3 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "David Gavurin" appears 4 times in the file. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Must have thrown an IllegalArgumentException by this point (out-of-range argument)." appears 2 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 15 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "roderick" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "rod.name is Rod" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Rod" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "rod.age is 31" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "lifecycle" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "Rod bean is a TestBean" appears 4 times in the file. | 99 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "Shouldn't throw exception on getting valid instance" appears 4 times in the file. | 106 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "Shouldn't throw exception on getting valid instance with matching class" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "Rod bean is not of type BeanFactory; getBeanInstance(rod, BeanFactory.class) should throw BeanNotOfRequiredTypeException" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "Exception has correct bean name" appears 2 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Exception requiredType must be BeanFactory.class" appears 2 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "Exception actualType as TestBean.class" appears 2 times in the file. | 130 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 133 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 144 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 166 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "kathy" appears 2 times in the file. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "Mr Squiggle" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "typeMismatch" appears 2 times in the file. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 2 times in the file. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "&singletonFactory" appears 4 times in the file. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "singletonFactory" appears 4 times in the file. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "prototypeFactory" appears 3 times in the file. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | MultipleStringLiteralsExtended | The String "Shouldn't permit factory get on normal bean" appears 2 times in the file. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 322 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "We should have " appears 3 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String " beans for class org.springframework.tests.sample.beans.TestBean, not " appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Should have 2 factories, not " appears 2 times in the file. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "autowire-with-exclusion.xml" appears 6 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "rob" appears 7 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "sally" appears 6 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "props1" appears 8 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 8 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "spouse" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "rob2" appears 8 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "properties" appears 3 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "name=props3" appears 3 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "props3" appears 5 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "autowire-constructor-with-exclusion.xml" appears 2 times in the file. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Incorrect size" appears 8 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 4 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Rod Johnson" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Juergen Hoeller" appears 2 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Sally Greenwood" appears 2 times in the file. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Sally" appears 8 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "Rob" appears 10 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "Rod" appears 4 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "Kerry" appears 4 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "Juergen" appears 4 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "Eva" appears 4 times in the file. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 3 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Value type is incorrect" appears 3 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 31 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 36 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "testBean2" appears 2 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "factory-methods.xml" appears 18 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "defaultInstance" appears 3 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 7 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "setterString" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "testBeanOnly" appears 5 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Juergen" appears 8 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "full" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "gotcha" appears 2 times in the file. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanCreationException" appears 4 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "defaultPrototype" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "testBeanOnlyPrototype" appears 6 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "fullPrototype" appears 2 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "externalFactoryMethodWithoutArgs" appears 5 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "externalFactoryMethodWithArgs" appears 5 times in the file. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "instanceFactoryMethodWithoutArgs" appears 2 times in the file. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "instanceFactory" appears 2 times in the file. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "invalidPrototype" appears 2 times in the file. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "nonExisting(TestBean)" appears 2 times in the file. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "arg1" appears 3 times in the file. | 296 | |
| extension | MultipleStringLiteralsExtended | The String "arg2" appears 3 times in the file. | 298 | |
| extension | MultipleStringLiteralsExtended | The String "myName" appears 2 times in the file. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 362 | |
| extension | MultipleStringLiteralsExtended | The String "listInstance" appears 7 times in the file. | 362 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 371 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 373 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 398 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default" appears 3 times in the file. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 70 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 71 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 72 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 73 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 80 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "charlie" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "delta" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "echo" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "foxtrot" appears 2 times in the file. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "devOnlyBean" appears 2 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "custom-default" appears 2 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 2 times in the file. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "invalidPerSchema.xml" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "Should not be able to parse a file with errors" appears 2 times in the file. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "simpleConstructorNamespaceHandlerTests.xml" appears 7 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "simple" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "name-value" appears 3 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "some-name" appears 2 times in the file. | 68 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "simplePropertyNamespaceHandlerTests.xml" appears 3 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 2 times in the file. | 43 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "min" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "myProperties" appears 3 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect BeanDefinition" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 4 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect property value" appears 17 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 13 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 20 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 9 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "simpleMap" appears 2 times in the file. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "scopedMap" appears 2 times in the file. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "simpleList" appears 2 times in the file. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "scopedList" appears 2 times in the file. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "simpleSet" appears 2 times in the file. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "scopedSet" appears 2 times in the file. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 2 times in the file. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "nestedCollectionsBean" appears 2 times in the file. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "nestedShortcutCollections" appears 2 times in the file. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "nestedCustomTagBean" appears 2 times in the file. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "circularCollectionBeansBean" appears 3 times in the file. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 321 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "foo2" appears 8 times in the file. | 341 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "myScopedProperties" appears 2 times in the file. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | MultipleStringLiteralsExtended | The String "bar2" appears 2 times in the file. | 361 | |
| extension | MultipleStringLiteralsExtended | The String "local2" appears 3 times in the file. | 375 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "jenny" appears 24 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "david" appears 6 times in the file. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "verbose" appears 4 times in the file. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 2 times in the file. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "First friend must be jen, not " appears 3 times in the file. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "pJenny" appears 2 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "pRod" appears 2 times in the file. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "Jen not same instance" appears 2 times in the file. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "Dave not same instance" appears 2 times in the file. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 11 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 20 times in the file. | 194 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "pMixedMap" appears 2 times in the file. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "Not same instance" appears 2 times in the file. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | MultipleStringLiteralsExtended | The String "Map element 'jenny' should be equal to jenny bean, not " appears 2 times in the file. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "jen" appears 4 times in the file. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | MultipleStringLiteralsExtended | The String "props" appears 2 times in the file. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 3 times in the file. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "TWO" appears 4 times in the file. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 334 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 341 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 373 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 400 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 446 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test.xml" appears 5 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanDefinitionStoreException (can't determine validation mode)" appears 2 times in the file. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 3 times in the file. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "aliased" appears 4 times in the file. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "youralias" appears 2 times in the file. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "father" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Roderick" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 4 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "aliased" appears 3 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "myalias" appears 3 times in the file. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "youralias" appears 2 times in the file. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "multiAliased" appears 3 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "alias1" appears 3 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "alias2" appears 3 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "alias3" appears 3 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "alias4" appears 3 times in the file. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "aliasWithoutId1" appears 3 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "aliasWithoutId2" appears 3 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "aliasWithoutId3" appears 3 times in the file. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "#0" appears 2 times in the file. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "Bean from root context" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "&singletonFactory" appears 2 times in the file. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "prototypeReferencer" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "Not referencing same bean twice" appears 5 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "kerry" appears 2 times in the file. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "Touchy is empty" appears 2 times in the file. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http://www.springframework.org/schema/util" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "Handler should not be null." appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect handler loaded" appears 2 times in the file. | 40 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 54 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 58 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 70 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 5 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 35 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 40 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "0, 1, 2" appears 4 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "There must be 1 element in the converted collection" appears 2 times in the file. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Rod" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Kerry_34" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 8 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "touchy" appears 10 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "valid" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "spouse" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "spouse is non-null" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "spouse name is Kerry and age is 34" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "Kerry" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "prefix" appears 5 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 12 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "prefixvalue" appears 12 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "spouse.name" appears 5 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "bool1" appears 13 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 7 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "Correct bool1 value" appears 12 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 7 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "on" appears 3 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "off" appears 3 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "yes" appears 3 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "no" appears 3 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 8 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 3 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeansException" appears 2 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "bool2" appears 23 times in the file. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "Correct bool2 value" appears 23 times in the file. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 311 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "short1" appears 4 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "short2" appears 4 times in the file. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 6 times in the file. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "int1" appears 4 times in the file. | 332 | |
| extension | MultipleStringLiteralsExtended | The String "7" appears 4 times in the file. | 332 | |
| extension | MultipleStringLiteralsExtended | The String "int2" appears 4 times in the file. | 333 | |
| extension | MultipleStringLiteralsExtended | The String "8" appears 6 times in the file. | 333 | |
| extension | MultipleStringLiteralsExtended | The String "long1" appears 8 times in the file. | 334 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 11 times in the file. | 334 | |
| extension | MultipleStringLiteralsExtended | The String "long2" appears 8 times in the file. | 335 | |
| extension | MultipleStringLiteralsExtended | The String "6" appears 9 times in the file. | 335 | |
| extension | MultipleStringLiteralsExtended | The String "bigInteger" appears 4 times in the file. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 6 times in the file. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "float1" appears 4 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "7.1" appears 5 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "float2" appears 4 times in the file. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "8.1" appears 5 times in the file. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "double1" appears 4 times in the file. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "5.1" appears 3 times in the file. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "double2" appears 4 times in the file. | 340 | |
| extension | MultipleStringLiteralsExtended | The String "6.1" appears 5 times in the file. | 340 | |
| extension | MultipleStringLiteralsExtended | The String "bigDecimal" appears 7 times in the file. | 341 | |
| extension | MultipleStringLiteralsExtended | The String "4.5" appears 5 times in the file. | 341 | |
| extension | MultipleStringLiteralsExtended | The String "Correct short1 value" appears 4 times in the file. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "Correct short2 value" appears 4 times in the file. | 345 | |
| extension | MultipleStringLiteralsExtended | The String "Correct int1 value" appears 4 times in the file. | 347 | |
| extension | MultipleStringLiteralsExtended | The String "Correct int2 value" appears 4 times in the file. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "Correct long1 value" appears 8 times in the file. | 351 | |
| extension | MultipleStringLiteralsExtended | The String "Correct long2 value" appears 8 times in the file. | 353 | |
| extension | MultipleStringLiteralsExtended | The String "Correct bigInteger value" appears 4 times in the file. | 355 | |
| extension | MultipleStringLiteralsExtended | The String "Correct float1 value" appears 4 times in the file. | 357 | |
| extension | MultipleStringLiteralsExtended | The String "Correct float2 value" appears 4 times in the file. | 359 | |
| extension | MultipleStringLiteralsExtended | The String "Correct double1 value" appears 4 times in the file. | 361 | |
| extension | MultipleStringLiteralsExtended | The String "Correct double2 value" appears 4 times in the file. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "Correct bigDecimal value" appears 4 times in the file. | 365 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 426 | |
| extension | MultipleStringLiteralsExtended | The String "myvalue" appears 4 times in the file. | 490 | |
| extension | MultipleStringLiteralsExtended | The String "myChar" appears 4 times in the file. | 507 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 4 times in the file. | 510 | |
| extension | MultipleStringLiteralsExtended | The String "\u0041" appears 2 times in the file. | 513 | |
| extension | MultipleStringLiteralsExtended | The String "M" appears 2 times in the file. | 520 | |
| extension | MultipleStringLiteralsExtended | The String "myCharacter" appears 5 times in the file. | 530 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 3 times in the file. | 539 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 546 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 565 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 586 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.tests.sample.beans.TestBean[]" appears 2 times in the file. | 595 | |
| extension | MultipleStringLiteralsExtended | The String "myfile.txt" appears 3 times in the file. | 626 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 633 | |
| extension | MultipleStringLiteralsExtended | The String "C:/myfile.txt" appears 3 times in the file. | 646 | |
| extension | MultipleStringLiteralsExtended | The String "/myfile.txt" appears 3 times in the file. | 651 | |
| extension | MultipleStringLiteralsExtended | The String "en_CA" appears 2 times in the file. | 660 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 735 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 736 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 740 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 753 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 20 times in the file. | 792 | |
| extension | MultipleStringLiteralsExtended | The String " test " appears 4 times in the file. | 795 | |
| extension | MultipleStringLiteralsExtended | The String "\r\n\f" appears 2 times in the file. | 825 | |
| extension | MultipleStringLiteralsExtended | The String "te\ns\ft" appears 2 times in the file. | 826 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 867 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 868 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 869 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 9 times in the file. | 869 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 870 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 9 times in the file. | 870 | |
| extension | MultipleStringLiteralsExtended | The String "name0" appears 14 times in the file. | 871 | |
| extension | MultipleStringLiteralsExtended | The String "name1" appears 13 times in the file. | 872 | |
| extension | MultipleStringLiteralsExtended | The String "name2" appears 13 times in the file. | 873 | |
| extension | MultipleStringLiteralsExtended | The String "name3" appears 14 times in the file. | 874 | |
| extension | MultipleStringLiteralsExtended | The String "name4" appears 17 times in the file. | 875 | |
| extension | MultipleStringLiteralsExtended | The String "name5" appears 16 times in the file. | 876 | |
| extension | MultipleStringLiteralsExtended | The String "array[0].name" appears 10 times in the file. | 877 | |
| extension | MultipleStringLiteralsExtended | The String "array[1].name" appears 10 times in the file. | 878 | |
| extension | MultipleStringLiteralsExtended | The String "list[0].name" appears 10 times in the file. | 879 | |
| extension | MultipleStringLiteralsExtended | The String "list[1].name" appears 10 times in the file. | 880 | |
| extension | MultipleStringLiteralsExtended | The String "map[key1].name" appears 7 times in the file. | 881 | |
| extension | MultipleStringLiteralsExtended | The String "map[key2].name" appears 4 times in the file. | 882 | |
| extension | MultipleStringLiteralsExtended | The String "map['key1'].name" appears 3 times in the file. | 883 | |
| extension | MultipleStringLiteralsExtended | The String "map[\"key2\"].name" appears 3 times in the file. | 884 | |
| extension | MultipleStringLiteralsExtended | The String "map['key2'].name" appears 6 times in the file. | 892 | |
| extension | MultipleStringLiteralsExtended | The String "prefixname5" appears 2 times in the file. | 894 | |
| extension | MultipleStringLiteralsExtended | The String "prefixname4" appears 2 times in the file. | 895 | |
| extension | MultipleStringLiteralsExtended | The String "prefixname3" appears 2 times in the file. | 896 | |
| extension | MultipleStringLiteralsExtended | The String "prefixname2" appears 2 times in the file. | 897 | |
| extension | MultipleStringLiteralsExtended | The String "prefixname1" appears 2 times in the file. | 898 | |
| extension | MultipleStringLiteralsExtended | The String "prefixname0" appears 2 times in the file. | 899 | |
| extension | MultipleStringLiteralsExtended | The String "map[\"key1\"].name" appears 3 times in the file. | 904 | |
| extension | MultipleStringLiteralsExtended | The String "array" appears 6 times in the file. | 915 | |
| extension | MultipleStringLiteralsExtended | The String "list" appears 9 times in the file. | 921 | |
| extension | MultipleStringLiteralsExtended | The String "map" appears 5 times in the file. | 927 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 934 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 935 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 936 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 937 | |
| extension | MultipleStringLiteralsExtended | The String "arrayname5" appears 5 times in the file. | 961 | |
| extension | MultipleStringLiteralsExtended | The String "arrayname4" appears 4 times in the file. | 962 | |
| extension | MultipleStringLiteralsExtended | The String "listname3" appears 4 times in the file. | 963 | |
| extension | MultipleStringLiteralsExtended | The String "listname2" appears 5 times in the file. | 964 | |
| extension | MultipleStringLiteralsExtended | The String "mapname1" appears 5 times in the file. | 965 | |
| extension | MultipleStringLiteralsExtended | The String "mapname0" appears 4 times in the file. | 966 | |
| extension | MultipleStringLiteralsExtended | The String "array0" appears 2 times in the file. | 982 | |
| extension | MultipleStringLiteralsExtended | The String "array1" appears 2 times in the file. | 988 | |
| extension | MultipleStringLiteralsExtended | The String "list0" appears 2 times in the file. | 994 | |
| extension | MultipleStringLiteralsExtended | The String "list1" appears 3 times in the file. | 1000 | |
| extension | MultipleStringLiteralsExtended | The String "mapkey1" appears 2 times in the file. | 1006 | |
| extension | MultipleStringLiteralsExtended | The String "mapkey2" appears 2 times in the file. | 1012 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1019 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1020 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1021 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1022 | |
| extension | MultipleStringLiteralsExtended | The String "array0name5" appears 2 times in the file. | 1046 | |
| extension | MultipleStringLiteralsExtended | The String "array1name4" appears 2 times in the file. | 1047 | |
| extension | MultipleStringLiteralsExtended | The String "list0name3" appears 2 times in the file. | 1048 | |
| extension | MultipleStringLiteralsExtended | The String "list1name2" appears 2 times in the file. | 1049 | |
| extension | MultipleStringLiteralsExtended | The String "mapkey1name1" appears 2 times in the file. | 1050 | |
| extension | MultipleStringLiteralsExtended | The String "mapkey2name0" appears 2 times in the file. | 1051 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1065 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1066 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1067 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1068 | |
| extension | MultipleStringLiteralsExtended | The String "array[0].nestedIndexedBean.array[0].name" appears 5 times in the file. | 1115 | |
| extension | MultipleStringLiteralsExtended | The String "array[1].nestedIndexedBean.array[1].name" appears 4 times in the file. | 1116 | |
| extension | MultipleStringLiteralsExtended | The String "list[0].nestedIndexedBean.list[0].name" appears 4 times in the file. | 1117 | |
| extension | MultipleStringLiteralsExtended | The String "list[1].nestedIndexedBean.list[1].name" appears 4 times in the file. | 1118 | |
| extension | MultipleStringLiteralsExtended | The String "map[key1].nestedIndexedBean.map[\"key1\"].name" appears 2 times in the file. | 1127 | |
| extension | MultipleStringLiteralsExtended | The String "map['key2'].nestedIndexedBean.map[key2].name" appears 2 times in the file. | 1128 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1149 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1150 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1151 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1152 | |
| extension | MultipleStringLiteralsExtended | The String "array[0]" appears 3 times in the file. | 1234 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 7 times in the file. | 1234 | |
| extension | MultipleStringLiteralsExtended | The String "array[1]" appears 3 times in the file. | 1235 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 7 times in the file. | 1235 | |
| extension | MultipleStringLiteralsExtended | The String "list[0]" appears 5 times in the file. | 1236 | |
| extension | MultipleStringLiteralsExtended | The String "list[1]" appears 3 times in the file. | 1237 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 2 times in the file. | 1237 | |
| extension | MultipleStringLiteralsExtended | The String "map[key1]" appears 3 times in the file. | 1238 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 1238 | |
| extension | MultipleStringLiteralsExtended | The String "map['key2']" appears 2 times in the file. | 1239 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 1239 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1343 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 1366 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 1366 | |
| extension | MultipleStringLiteralsExtended | The String "list.age" appears 3 times in the file. | 1376 | |
| extension | MultipleStringLiteralsExtended | The String "list[0].age" appears 2 times in the file. | 1383 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 1410 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.String,java.util.HashMap" appears 2 times in the file. | 1420 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.String[],java.util.Map[],int[],float[][][]" appears 2 times in the file. | 1433 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Charset conversion" appears 2 times in the file. | 1475 | |
| extension | MultipleStringLiteralsExtended | The String "_" appears 2 times in the file. | 1486 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String ".class" appears 2 times in the file. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String ".class" appears 2 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo=bar" appears 4 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 5 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "me=mi" appears 7 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "contains two entries" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "me" appears 6 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "mi" appears 6 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "foo=bar\n" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "me=mi\n" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "x='y=z'" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "contains three entries" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "x=x\n" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "foo is bar" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 2 times in the file. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Returned ResourceBundle was null (must not be for valid setAsText(..) call)." appears 5 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "Returned object was not a ResourceBundle (must be for valid setAsText(..) call)." appears 5 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "_" appears 2 times in the file. | 52 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 97 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 103 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 109 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "0,1,2" appears 4 times in the file. | 29 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String " 0,1 , 2 " appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "0:1:2" appears 2 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "http://www.springframework.org" appears 2 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "classpath" appears 3 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/spaces%20and%20%E2%82%AC" appears 3 times in the file. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 66 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "America/Chicago" appears 3 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "The zone ID should not be null." appears 2 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "The zone ID is not correct." appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "The text version is not correct." appears 3 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "America/Los_Angeles" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "America/New_York" appears 2 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Correct source" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Correct number of elements" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Correct number of pages" appears 5 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Correct page size" appears 5 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Correct page number" appears 6 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "First page" appears 6 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "Last page" appears 6 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Correct first element" appears 7 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Correct page list size" appears 5 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Correct page list contents" appears 17 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Correct last element" appears 5 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "nickName" appears 2 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "lastName" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "macy" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "grayspots" appears 4 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "biscuit" appears 2 times in the file. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "firstName" appears 2 times in the file. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 29 | |
| extension | OverridableMethodInConstructor | Overridable method 'setBeanName' is called in constructor body. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 60 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 64 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 68 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 70 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 92 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'populate' is called in constructor body. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setCompany' is called in constructor body. | 33 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 61 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 213 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 475 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 475 position 58 need optimization. All method calls are advised to move to end of logic expression. | 475 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 65 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 69 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 71 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 73 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 130 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 126 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | OverridableMethodInConstructor | Overridable method 'setCacheNames' is called in constructor body. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 81 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | ReturnCountExtended | Return count for 'getCacheOperation' method is 3 (max allowed is 1). | 58 | |
| extension | ReturnCountExtended | Return count for 'computeCacheOperation' method is 3 (max allowed is 1). | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 91 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 49 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 141 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 185 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'findCacheOperation' method is 5 (max allowed is 1). | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'invoke' method is 2 (max allowed is 1). | 43 | |
| extension | ReturnCountExtended | Return count for 'rewriteCallStack' method is 2 (max allowed is 1). | 121 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 160 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'execute' method is 2 (max allowed is 1). | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 42 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 54 | |
| extension | AvoidHidingCauseException | Cause exception 'th' was lost. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 34 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cacheOperationSource must not be null." appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "KeyGenerator must not be null" appears 2 times in the file. | 38 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 119 | |
| extension | MultipleStringLiteralsExtended | The String ") are:" appears 3 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "Failed message " appears 3 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "; message exception details (" appears 2 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "; " appears 7 times in the file. | 217 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 237 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 45 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 301 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 333 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 356 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 370 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 388 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 400 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 411 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 414 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 435 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 436 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 447 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 202 | |
| extension | OverridableMethodInConstructor | Overridable method 'getDefaultEncoding' is called in constructor body. | 202 | |
| extension | OverridableMethodInConstructor | Overridable method 'getDefaultFileTypeMap' is called in constructor body. | 203 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 247 | |
| extension | OverridableMethodInConstructor | Overridable method 'createMimeMultiparts' is called in constructor body. | 290 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 291 | |
| extension | OverridableMethodInConstructor | Overridable method 'getDefaultEncoding' is called in constructor body. | 291 | |
| extension | OverridableMethodInConstructor | Overridable method 'getDefaultFileTypeMap' is called in constructor body. | 292 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 375 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 474 | |
| extension | MultipleStringLiteralsExtended | The String "From address must not be null" appears 3 times in the file. | 537 | |
| extension | MultipleStringLiteralsExtended | The String "Reply-to address must not be null" appears 3 times in the file. | 554 | |
| extension | MultipleStringLiteralsExtended | The String "To address must not be null" appears 5 times in the file. | 573 | |
| extension | MultipleStringLiteralsExtended | The String "To address array must not be null" appears 2 times in the file. | 579 | |
| extension | MultipleStringLiteralsExtended | The String "Cc address must not be null" appears 5 times in the file. | 618 | |
| extension | MultipleStringLiteralsExtended | The String "Cc address array must not be null" appears 2 times in the file. | 624 | |
| extension | MultipleStringLiteralsExtended | The String "Bcc address must not be null" appears 5 times in the file. | 663 | |
| extension | MultipleStringLiteralsExtended | The String "Bcc address array must not be null" appears 2 times in the file. | 669 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 713 | |
| extension | MultipleStringLiteralsExtended | The String "DataSource must not be null" appears 2 times in the file. | 881 | |
| extension | MultipleStringLiteralsExtended | The String "File must not be null" appears 2 times in the file. | 909 | |
| extension | MultipleStringLiteralsExtended | The String "InputStreamSource must not be null" appears 2 times in the file. | 966 | |
| extension | MultipleStringLiteralsExtended | The String "Passed-in Resource contains an open stream: invalid argument. " appears 2 times in the file. | 969 | |
| extension | MultipleStringLiteralsExtended | The String "JavaMail requires an InputStreamSource that creates a fresh stream for every call." appears 2 times in the file. | 970 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setRunnable' is called in constructor body. | 103 | |
| extension | OverridableMethodInConstructor | Overridable method 'setRunnable' is called in constructor body. | 113 | |
| extension | OverridableMethodInConstructor | Overridable method 'setRunnable' is called in constructor body. | 125 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 117 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 146 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 153 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 160 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 165 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "BeanFactory must be set when using 'targetBeanName'" appears 2 times in the file. | 198 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 225 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 262 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 266 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Could not load " appears 2 times in the file. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "Registration of jobs and triggers failed: " appears 2 times in the file. | 254 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 256 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 97 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 103 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 106 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 161 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 163 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 165 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 167 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 170 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 172 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 174 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 177 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 179 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 181 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 183 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 185 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 188 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 190 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 192 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 194 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 196 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 199 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 315 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 551 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 588 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 596 | |
| extension | MultipleStringLiteralsExtended | The String " seconds" appears 2 times in the file. | 653 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 93 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 280 | |
| extension | ReturnCountExtended | Return count for 'getTemplateLoaderForPath' method is 3 (max allowed is 1). | 336 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 62 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "enescu" appears 5 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "george" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "initialValue" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "vlaicu" appears 3 times in the file. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myCacheManager" appears 6 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "Singleton property" appears 4 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Loaded CacheManager with no caches" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "myCache1" appears 12 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "No myCache1 defined" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "testEhcache.xml" appears 2 times in the file. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "myCache1.maxElements" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "undefinedCache" appears 2 times in the file. | 176 | |
| extension | MultipleStringLiteralsExtended | The String "default timeToLive is correct" appears 2 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "default timeToIdle is correct" appears 2 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "undefinedCache2" appears 2 times in the file. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "myKey1" appears 4 times in the file. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "c1" appears 18 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "c2" appears 6 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "c3" appears 4 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 6 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 6 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 6 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "key3" appears 13 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "someCache" appears 2 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "ping" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "pong" appears 2 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "I only know ping" appears 2 times in the file. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 65 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should have thrown an exception" appears 17 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "methodInCallStack" appears 2 times in the file. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 434 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 481 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 498 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 516 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 77 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 87 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 91 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cacheResolver" appears 3 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "exceptionCacheResolver" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "exception" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 3 times in the file. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected exception (" appears 4 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 4 times in the file. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "toString" appears 3 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.Object.toString()" appears 2 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong cache resolver implementation" appears 2 times in the file. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testCache" appears 2 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "anotherSimpleGet" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Test exception on evict" appears 2 times in the file. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default" appears 4 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "cache" appears 3 times in the file. | 48 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "myId" appears 3 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected: " appears 2 times in the file. | 57 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 6 times in the file. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testCache" appears 6 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "123" appears 14 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "me@mail.org" appears 4 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "you@mail.org" appears 4 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "reply@mail.org" appears 3 times in the file. | 46 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "he@mail.org" appears 5 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "she@mail.org" appears 4 times in the file. | 47 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "us@mail.org" appears 5 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "them@mail.org" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "my subject" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "my text" appears 3 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "fiona@mail.org" appears 2 times in the file. | 86 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 87 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "mmm@mmm.org" appears 3 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "from@somewhere" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "replyTo@somewhere" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "to@somewhere" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "cc@somewhere" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "bcc@somewhere" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "subject" appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "text" appears 2 times in the file. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 158 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Invalid content type for HTM" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "text/html" appears 3 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "foobar.HTM" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "foobar.c++" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "foobar.foo" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "foo/bar" appears 2 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " " appears 3 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "host" appears 26 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "username" appears 28 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "password" appears 28 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "me@mail.org" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "reply@mail.org" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "you@mail.org" appears 9 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "he@mail.org" appears 8 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "she@mail.org" appears 9 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "us@mail.org" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "them@mail.org" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "my subject" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "my text" appears 2 times in the file. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 4 times in the file. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | MultipleStringLiteralsExtended | The String "custom" appears 2 times in the file. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 345 | |
| extension | MultipleStringLiteralsExtended | The String "bogusKey" appears 2 times in the file. | 352 | |
| extension | MultipleStringLiteralsExtended | The String "bogusValue" appears 2 times in the file. | 352 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown MailSendException" appears 2 times in the file. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 410 | |
| extension | MultipleStringLiteralsExtended | The String "fail" appears 3 times in the file. | 423 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "failed" appears 3 times in the file. | 442 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 466 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 497 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "quartzSchedulerLifecycleTests.xml" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "lazyScheduler" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "Quartz Scheduler with lazy-init is hanging on destruction: " appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "appCtx" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "myJob" appears 5 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "myTrigger" appears 5 times in the file. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "param" appears 3 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "10" appears 6 times in the file. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "ignoredParam" appears 3 times in the file. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 290 | |
| extension | MultipleStringLiteralsExtended | The String "exportService" appears 2 times in the file. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "importService" appears 2 times in the file. | 320 | |
| extension | MultipleStringLiteralsExtended | The String "doImport called exportService" appears 2 times in the file. | 322 | |
| extension | MultipleStringLiteralsExtended | The String "doExport not called on exportService" appears 2 times in the file. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "doImport not called on importService" appears 2 times in the file. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "doExport called on importService" appears 2 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "scheduler" appears 5 times in the file. | 355 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 359 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 370 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 397 | |
| extension | MultipleStringLiteralsExtended | The String "Param already set" appears 2 times in the file. | 433 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 469 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "~" appears 2 times in the file. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "Output length should be greater than 0" appears 3 times in the file. | 199 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "Dear Lord!" appears 3 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "Output should contain 'MeineSeite'" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "MeineSeite" appears 2 times in the file. | 201 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 205 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 211 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 233 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "At least one CacheAnnotationParser needs to be specified" appears 2 times in the file. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 171 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 171 position 68 need optimization. All method calls are advised to move to end of logic expression. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 72 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 46 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 197 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid cache annotation configuration on '" appears 2 times in the file. | 226 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 247 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 285 position 43 need optimization. All method calls are advised to move to end of logic expression. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | OverridableMethodInConstructor | Overridable method 'setCacheNames' is called in constructor body. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource" appears 2 times in the file. | 68 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 117 position 33 need optimization. All method calls are advised to move to end of logic expression. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "cacheOperationSource" appears 4 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "adviceBeanName" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "order" appears 6 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "aspectOf" appears 2 times in the file. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cacheOperationSources" appears 2 times in the file. | 77 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "unless" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "cache" appears 2 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "key-generator" appears 2 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "cache-manager" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "condition" appears 2 times in the file. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 70 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 84 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 97 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 67 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | ReturnCountExtended | Return count for 'getCacheOperations' method is 3 (max allowed is 1). | 86 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 92 | |
| extension | ReturnCountExtended | Return count for 'computeCacheOperations' method is 5 (max allowed is 1). | 127 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 130 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 108 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 185 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 189 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 336 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 370 | |
| extension | MultipleStringLiteralsExtended | The String " for operation " appears 3 times in the file. | 417 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 494 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 506 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 678 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 684 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "," appears 2 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 42 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 54 | |
| extension | AvoidHidingCauseException | Cause exception 'th' was lost. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 34 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 74 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 39 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 33 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | OverridableMethodInConstructor | Overridable method 'setCacheManagers' is called in constructor body. | 72 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No message found under code '" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "' for locale '" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "'." appears 2 times in the file. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "BeanDefinitionRegistry must not be null" appears 2 times in the file. | 79 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 108 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 116 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 92 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'register' is called in constructor body. | 83 | |
| extension | OverridableMethodInConstructor | Overridable method 'scan' is called in constructor body. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 7 times in the file. | 215 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "BeanDefinitionRegistry must not be null" appears 2 times in the file. | 138 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 160 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 185 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 195 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 233 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 246 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 335 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | OverridableMethodInConstructor | Overridable method 'registerDefaultFilters' is called in constructor body. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "Environment must not be null" appears 2 times in the file. | 118 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 140 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 243 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 251 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 266 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 302 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 138 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 166 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 179 | |
| extension | OverridableMethodInConstructor | Overridable method 'ignoreResourceType' is called in constructor body. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "BeanFactory must not be null" appears 3 times in the file. | 248 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 307 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 316 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 341 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 345 | |
| extension | MultipleStringLiteralsExtended | The String "set" appears 3 times in the file. | 538 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 599 | |
| extension | AvoidHidingCauseException | Cause exception 'notFound' was lost. | 614 | |
| extension | MultipleStringLiteralsExtended | The String "JAX-WS Service class [" appears 2 times in the file. | 624 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 631 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 636 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 119 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 113 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 120 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 216 | |
| extension | ReturnCountExtended | Return count for 'createTypeFilter' method is 2 (max allowed is 1). | 225 | |
| extension | MultipleStringLiteralsExtended | The String "] for strategy [" appears 2 times in the file. | 266 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'shouldSkip' method is 4 (max allowed is 1). | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 114 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 140 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 141 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Bean name must not be null" appears 3 times in the file. | 77 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 200 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 201 | |
| extension | ReturnCountExtended | Return count for 'isOverriddenByExistingDefinition' method is 3 (max allowed is 1). | 275 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 287 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 309 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 334 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 340 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 341 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 402 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 238 | |
| extension | ReturnCountExtended | Return count for 'intercept' method is 3 (max allowed is 1). | 261 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 321 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 346 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 357 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 378 position 46 need optimization. All method calls are advised to move to end of logic expression. | 378 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 128 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 179 | |
| extension | ReturnCountExtended | Return count for 'doProcessConfigurationClass' method is 2 (max allowed is 1). | 244 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 280 | |
| extension | MultipleStringLiteralsExtended | The String "java" appears 4 times in the file. | 297 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 336 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 390 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 391 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 435 | |
| extension | MultipleStringLiteralsExtended | The String "Failed to process import candidates for configuration class [" appears 2 times in the file. | 436 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 492 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 515 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 542 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 566 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 576 | |
| extension | MultipleStringLiteralsExtended | The String "Failed to load class [" appears 2 times in the file. | 593 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 603 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 623 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 640 | |
| extension | ReturnCountExtended | Return count for 'getMemberClasses' method is 2 (max allowed is 1). | 734 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 740 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 756 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 771 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 776 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 790 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 816 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 116 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 146 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "postProcessBeanFactory already called on this post-processor against " appears 2 times in the file. | 235 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 267 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 304 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 309 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 324 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 325 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 362 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 394 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | ReturnCountExtended | Return count for 'checkConfigurationClassCandidate' method is 4 (max allowed is 1). | 73 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "order" appears 2 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "server" appears 3 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | ReturnCountExtended | Return count for 'getApplicationListeners' method is 4 (max allowed is 1). | 158 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 160 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 201 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 258 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 276 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 278 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 333 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 50 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 75 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 80 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Locale context" appears 2 times in the file. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 141 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 167 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 197 | |
| extension | OverridableMethodInConstructor | Overridable method 'getResourcePatternResolver' is called in constructor body. | 207 | |
| extension | OverridableMethodInConstructor | Overridable method 'setParent' is called in constructor body. | 216 | |
| extension | MultipleStringLiteralsExtended | The String ": " appears 2 times in the file. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 6 times in the file. | 636 | |
| extension | MultipleStringLiteralsExtended | The String "': using default [" appears 3 times in the file. | 647 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 871 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 879 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getMessage' method is 3 (max allowed is 1). | 163 | |
| extension | ReturnCountExtended | Return count for 'getMessageInternal' method is 4 (max allowed is 1). | 204 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 99 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "ApplicationObjectSupport instance [" appears 2 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "] does not run in an ApplicationContext" appears 2 times in the file. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "' of type [" appears 3 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 170 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 4 times in the file. | 176 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 187 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 199 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 255 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 272 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 277 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 300 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 310 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 403 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 2 times in the file. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setParent' is called in constructor body. | 123 | |
| extension | OverridableMethodInConstructor | Overridable method 'setParent' is called in constructor body. | 135 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 71 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 88 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "\",\n" appears 6 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String ",\n" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 184 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 46 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | ReturnCountExtended | Return count for 'formatMessage' method is 2 (max allowed is 1). | 114 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 85 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 98 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 144 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 165 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 173 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 193 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 194 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 195 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 196 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 218 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 230 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 329 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 122 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 126 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 236 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 259 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 274 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 385 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 419 | |
| extension | ReturnCountExtended | Return count for 'getProperties' method is 4 (max allowed is 1). | 452 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 503 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 538 | |
| extension | MultipleStringLiteralsExtended | The String "Loading properties [" appears 3 times in the file. | 572 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 651 | |
| extension | ReturnCountExtended | Return count for 'getMessageFormat' method is 3 (max allowed is 1). | 686 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 195 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 216 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 221 | |
| extension | ReturnCountExtended | Return count for 'getResourceBundle' method is 3 (max allowed is 1). | 266 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 313 position 83 need optimization. All method calls are advised to move to end of logic expression. | 313 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 314 position 33 need optimization. All method calls are advised to move to end of logic expression. | 314 | |
| extension | ReturnCountExtended | Return count for 'getMessageFormat' method is 3 (max allowed is 1). | 333 | |
| extension | ReturnCountExtended | Return count for 'newBundle' method is 3 (max allowed is 1). | 397 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 431 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 435 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 455 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "_" appears 3 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setBeanClassLoader' is called in constructor body. | 67 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 91 | |
| extension | ReturnCountExtended | Return count for 'createServerSpecificLoadTimeWeaver' method is 2 (max allowed is 1). | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "Could not connect to remote EJB [" appears 2 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "] - retrying" appears 2 times in the file. | 169 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'home' can be moved inside the block at line '122' to restrict runtime creation. | 121 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 141 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 159 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'invokeInContext' method is 2 (max allowed is 1). | 63 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 84 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 87 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 101 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 107 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 111 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 85 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 107 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'createDateFormat' method is 5 (max allowed is 1). | 169 | |
| extension | MultipleStringLiteralsExtended | The String "Unsupported style pattern '" appears 2 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 149 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 77 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 35 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 76 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 191 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'parse' method is 2 (max allowed is 1). | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | MultipleStringLiteralsExtended | The String " -> " appears 3 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String ": " appears 3 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "Expected [" appears 2 times in the file. | 237 | |
| extension | MultipleStringLiteralsExtended | The String "] to be present on " appears 2 times in the file. | 237 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 252 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 339 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 134 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 99 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 110 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 133 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Could not initialize GlassFishLoadTimeWeaver because GlassFish API classes are not available" appears 2 times in the file. | 62 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 68 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 97 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 99 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 115 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 81 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'invoke' method is 2 (max allowed is 1). | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 60 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 78 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 91 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 93 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 109 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 69 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 88 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 90 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 107 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'invoke' method is 2 (max allowed is 1). | 55 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 58 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 63 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 87 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 89 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 103 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 55 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 65 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 124 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to obtain MBean info for bean [" appears 2 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 303 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 327 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 415 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 418 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 421 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 427 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 430 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 433 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 441 | |
| extension | ReturnCountExtended | Return count for 'invokeAttribute' method is 2 (max allowed is 1). | 462 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute '" appears 3 times in the file. | 471 | |
| extension | MultipleStringLiteralsExtended | The String "' is not exposed on the management interface" appears 2 times in the file. | 471 | |
| extension | ReturnCountExtended | Return count for 'convertResultValueIfNecessary' method is 2 (max allowed is 1). | 529 | |
| extension | MultipleStringLiteralsExtended | The String "from" appears 4 times in the file. | 539 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 574 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 626 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 635 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 148 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 164 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 174 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 215 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 369 | |
| extension | MultipleStringLiteralsExtended | The String "Managed resource must not be null" appears 2 times in the file. | 461 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 469 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 6 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "ObjectName must not be null" appears 2 times in the file. | 479 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to register MBean [" appears 2 times in the file. | 492 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 531 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 563 | |
| extension | ReturnCountExtended | Return count for 'registerBeanNameOrInstance' method is 3 (max allowed is 1). | 587 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 624 | |
| extension | MultipleStringLiteralsExtended | The String "] with key '" appears 2 times in the file. | 626 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 626 | |
| extension | MultipleStringLiteralsExtended | The String "Located MBean '" appears 2 times in the file. | 667 | |
| extension | MultipleStringLiteralsExtended | The String "': registering with JMX server as MBean [" appears 2 times in the file. | 667 | |
| extension | ReturnCountExtended | Return count for 'registerLazyInit' method is 2 (max allowed is 1). | 692 | |
| extension | MultipleStringLiteralsExtended | The String "': registering with JMX server as lazy-init MBean [" appears 2 times in the file. | 707 | |
| extension | ReturnCountExtended | Return count for 'adaptMBeanIfPossible' method is 3 (max allowed is 1). | 778 | |
| extension | MultipleStringLiteralsExtended | The String "Managed bean [" appears 2 times in the file. | 784 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 787 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 796 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 819 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 834 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 894 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 905 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 910 | |
| extension | MultipleStringLiteralsExtended | The String "Bean with name '" appears 2 times in the file. | 912 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 936 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 945 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 987 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1007 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'SpringModelMBean' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Property 'notificationInfoMappings' only accepts ManagedNotifications for Map values" appears 2 times in the file. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 295 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 349 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 351 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 510 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "JmxAttributeSource must not be null" appears 2 times in the file. | 77 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 121 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 167 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 174 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 182 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 193 | |
| extension | ReturnCountExtended | Return count for 'getAttributeDescription' method is 4 (max allowed is 1). | 202 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 207 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 209 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 218 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 414 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 426 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 440 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "JmxAttributeSource must not be null" appears 2 times in the file. | 72 | |
| extension | ReturnCountExtended | Return count for 'getObjectName' method is 3 (max allowed is 1). | 110 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " with agent id [" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 101 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 105 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 110 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 200 | |
| extension | AvoidHidingCauseException | Cause exception 'ex2' was lost. | 213 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "Could not unregister MBean [" appears 2 times in the file. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 48 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 124 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 136 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 61 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 74 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 77 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 205 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 361 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 123 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "JNDI lookup for name [" appears 2 times in the file. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 150 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "not found in JNDI environment" appears 2 times in the file. | 118 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "SimpleJndiBeanFactory does not support explicit bean creation arguments" appears 2 times in the file. | 137 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 178 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 187 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 207 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 220 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 6 times in the file. | 237 | |
| extension | MultipleStringLiteralsExtended | The String "JNDI lookup for RMI service [" appears 2 times in the file. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "] failed" appears 2 times in the file. | 243 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 260 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 4 (max allowed is 1). | 285 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 294 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 341 | |
| extension | MultipleStringLiteralsExtended | The String "Could not connect to RMI service [" appears 2 times in the file. | 356 | |
| extension | MultipleStringLiteralsExtended | The String "] - retrying" appears 2 times in the file. | 356 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 409 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 411 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 424 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 427 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 430 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 203 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 232 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 354 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 356 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 370 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'invokeRemoteMethod' method is 2 (max allowed is 1). | 64 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 150 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 171 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Looking for RMI registry at port '" appears 3 times in the file. | 186 | |
| extension | ReturnCountExtended | Return count for 'getRegistry' method is 4 (max allowed is 1). | 206 | |
| extension | MultipleStringLiteralsExtended | The String "Creating new RMI registry" appears 2 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "RMI registry access threw exception" appears 2 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "Could not detect RMI registry - creating new one" appears 2 times in the file. | 228 | |
| extension | ReturnCountExtended | Return count for 'getRegistry' method is 2 (max allowed is 1). | 247 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "Looking for RMI registry at port '" appears 3 times in the file. | 329 | |
| extension | ReturnCountExtended | Return count for 'getRegistry' method is 3 (max allowed is 1). | 349 | |
| extension | MultipleStringLiteralsExtended | The String "Creating new RMI registry" appears 2 times in the file. | 355 | |
| extension | MultipleStringLiteralsExtended | The String "RMI registry access threw exception" appears 2 times in the file. | 369 | |
| extension | MultipleStringLiteralsExtended | The String "Could not detect RMI registry - creating new one" appears 2 times in the file. | 370 | |
| extension | ReturnCountExtended | Return count for 'getRegistry' method is 2 (max allowed is 1). | 388 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 394 | |
| extension | MultipleStringLiteralsExtended | The String " at port '" appears 2 times in the file. | 432 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 36 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 123 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "remote call: " appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Processing of " appears 2 times in the file. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 150 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | OverridableMethodInConstructor | Overridable method 'buildAdvice' is called in constructor body. | 99 | |
| extension | OverridableMethodInConstructor | Overridable method 'buildPointcut' is called in constructor body. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "annotation" appears 2 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Remove all but one of the beans; or implement the SchedulingConfigurer interface and call " appears 2 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "ScheduledTaskRegistrar#setScheduler explicitly within the configureTasks() callback." appears 2 times in the file. | 188 | |
| extension | AvoidHidingCauseException | Cause exception 'ex2' was lost. | 197 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "': " appears 2 times in the file. | 242 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 266 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "\" - cannot parse into integer" appears 3 times in the file. | 302 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 349 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 373 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 383 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 217 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'ConcurrentTaskScheduler' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 94 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 144 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "Executor [" appears 6 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "] did not accept task: " appears 6 times in the file. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'CustomizableThreadFactory' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 80 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 95 | |
| extension | MultipleStringLiteralsExtended | The String " '" appears 4 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 4 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String " to terminate" appears 2 times in the file. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 168 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 226 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 158 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 143 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Executor [" appears 5 times in the file. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "] did not accept task: " appears 5 times in the file. | 257 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 292 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Could not apply remove-on-cancel policy - not a Java 7+ ScheduledThreadPoolExecutor" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Executor [" appears 11 times in the file. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "] did not accept task: " appears 11 times in the file. | 226 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 265 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 278 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 300 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 388 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "executor" appears 4 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "scheduler" appears 2 times in the file. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 90 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 100 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 122 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 143 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 164 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 185 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 106 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 144 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 200 position 74 need optimization. All method calls are advised to move to end of logic expression. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 5 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "*" appears 2 times in the file. | 297 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "' in expression \"" appears 4 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 3 times in the file. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "): '" appears 2 times in the file. | 362 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 68 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'scriptSourceLocator' must not be empty" appears 2 times in the file. | 67 | |
| extension | ReturnCountExtended | Return count for 'getScriptedObject' method is 3 (max allowed is 1). | 119 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 126 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 129 position 34 need optimization. All method calls are advised to move to end of logic expression. | 129 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 154 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 193 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 193 position 37 need optimization. All method calls are advised to move to end of logic expression. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Script source must not be empty" appears 2 times in the file. | 118 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 4 (max allowed is 1). | 180 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 182 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 195 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 141 | |
| extension | ReturnCountExtended | Return count for 'getScriptedObject' method is 3 (max allowed is 1). | 159 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 182 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 215 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 233 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 233 position 37 need optimization. All method calls are advised to move to end of logic expression. | 233 | |
| extension | ReturnCountExtended | Return count for 'executeScript' method is 2 (max allowed is 1). | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'findClassNode' method is 3 (max allowed is 1). | 120 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 2 (max allowed is 1). | 165 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 167 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Resource must not be null" appears 2 times in the file. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 164 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 179 | |
| extension | ReturnCountExtended | Return count for 'predictBeanType' method is 3 (max allowed is 1). | 240 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 261 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 262 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "Could not determine scripted object type for bean '" appears 2 times in the file. | 277 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 283 | |
| extension | ReturnCountExtended | Return count for 'postProcessBeforeInstantiation' method is 2 (max allowed is 1). | 292 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 313 | |
| extension | MultipleStringLiteralsExtended | The String "] with value '" appears 2 times in the file. | 401 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 87 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 89 | |
| extension | ReturnCountExtended | Return count for 'getScriptEngine' method is 2 (max allowed is 1). | 105 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setScript' is called in constructor body. | 46 | |
| extension | OverridableMethodInConstructor | Overridable method 'setScript' is called in constructor body. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'initThemeSource' method is 2 (max allowed is 1). | 56 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 45 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 158 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 179 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 200 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 228 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 273 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 346 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 38 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 69 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 98 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 147 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 155 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 166 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 171 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 182 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 187 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 198 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 211 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 218 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'formatFieldValue' method is 3 (max allowed is 1). | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 289 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 162 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 687 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 702 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 710 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 717 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 91 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 112 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 122 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 150 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 151 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 37 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Errors object must not be null" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 105 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 221 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 254 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 3 (max allowed is 1). | 282 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 299 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 309 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 317 | |
| extension | MultipleStringLiteralsExtended | The String "No target ValidatorFactory set" appears 5 times in the file. | 335 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 76 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 2 (max allowed is 1). | 112 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 86 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 183 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 187 | |
| extension | MoveVariableInsideIf | Variable 'attributeValue' can be moved inside the block at line '191' to restrict runtime creation. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "No target Validator set" appears 5 times in the file. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 57 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 65 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 32 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "getAge" appears 2 times in the file. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "getAge" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "adrian" appears 2 times in the file. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 54 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 60 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 67 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 76 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 83 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 48 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "aroundAdviceOne(highPrecedenceAspect)" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "aroundAdviceTwo(highPrecedenceAspect)" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "aroundAdviceOne(lowPrecedenceAspect)" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "aroundAdviceTwo(lowPrecedenceAspect)" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 6 times in the file. | 116 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 189 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Count should be 1" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected a proxy" appears 2 times in the file. | 57 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Matching bean must be advised (proxied)" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Advice not executed: must have been" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "Non-matching bean must *not* be advised (proxied)" appears 3 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "myKey" appears 2 times in the file. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "getAge" appears 2 times in the file. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "Should be IllegalArgumentException" appears 2 times in the file. | 41 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot resolve method 'myBeforeAdvice' to a unique method" appears 2 times in the file. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value changed in around advice" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "MALE" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "argument is '" appears 3 times in the file. | 176 | |
| extension | MultipleStringLiteralsExtended | The String "', " appears 3 times in the file. | 176 | |
| extension | MultipleStringLiteralsExtended | The String "but args array has '" appears 3 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "counter" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Proxy didn't get created" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "monitoringAspect" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Advise didn't get executed" appears 4 times in the file. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should have been advised by POJO advice for base type" appears 2 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "this value" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "aspects.xml" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "adrian" appears 13 times in the file. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "aspectsPlusAdvisor.xml" appears 5 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "Prototype Creation" appears 2 times in the file. | 119 | |
| extension | MoveVariableInsideIf | Variable 'shouldBeWeaved' can be moved inside the block at line '122' to restrict runtime creation. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "adrian2" appears 3 times in the file. | 121 | |
| extension | MoveVariableInsideIf | Variable 'shouldNotBeWeaved' can be moved inside the block at line '142' to restrict runtime creation. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "Adrian" appears 3 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "aspect" appears 3 times in the file. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 399 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 470 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "doThis" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "doThat" appears 2 times in the file. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "AspectJ" appears 4 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Spring AOP" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "adrian" appears 5 times in the file. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "advice invoked" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "getAge" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "getName" appears 3 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "countingAdvice" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect before count" appears 6 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect after count" appears 6 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "Sally" appears 2 times in the file. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "toString()" appears 4 times in the file. | 57 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 61 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 68 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 74 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "Bingo" appears 2 times in the file. | 100 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "tony" appears 3 times in the file. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 242 | |
| extension | MultipleStringLiteralsExtended | The String "Proxies should be equal, even after one was serialized" appears 2 times in the file. | 263 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 277 | |
| extension | MultipleStringLiteralsExtended | The String "Advised one has correct age" appears 2 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "one was invoked correct number of times" appears 5 times in the file. | 330 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 365 | |
| extension | MultipleStringLiteralsExtended | The String "Increment happened" appears 3 times in the file. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 387 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 412 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 417 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 484 | |
| extension | MultipleStringLiteralsExtended | The String "exception matches" appears 3 times in the file. | 485 | |
| extension | MultipleStringLiteralsExtended | The String "Should have wrapped exception raised by interceptor" appears 2 times in the file. | 516 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 521 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 551 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 648 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 651 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 654 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 662 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 665 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 668 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 682 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 689 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 760 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 779 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 852 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 864 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 873 | |
| extension | MultipleStringLiteralsExtended | The String "frozen" appears 3 times in the file. | 873 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 888 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 894 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 900 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 912 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 918 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 924 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 948 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 950 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 973 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 974 | |
| extension | MultipleStringLiteralsExtended | The String "setAge" appears 3 times in the file. | 984 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1008 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1014 | |
| extension | MultipleStringLiteralsExtended | The String "getAge" appears 7 times in the file. | 1083 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1184 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1200 | |
| extension | MultipleStringLiteralsExtended | The String "overload" appears 2 times in the file. | 1238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1313 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1314 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1315 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1317 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1326 | |
| extension | MultipleStringLiteralsExtended | The String "Advisor was added" appears 4 times in the file. | 1344 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1380 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1385 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1389 | |
| extension | MultipleStringLiteralsExtended | The String "set" appears 3 times in the file. | 1457 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1482 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1551 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1586 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1621 | |
| extension | EitherLogOrThrow | Either log or throw exception. | 1667 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1687 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1824 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 2025 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 2027 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 105 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 5 times in the file. | 177 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 179 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 218 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 279 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 295 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 303 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 316 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 339 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 346 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 475 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 485 | |
| extension | OverridableMethodInConstructor | Overridable method 'setName' is called in constructor body. | 497 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test1" appears 9 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "test2" appears 6 times in the file. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "countingBeforeAdvice" appears 2 times in the file. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "Adam" appears 2 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "Has correct object type" appears 9 times in the file. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "prototype" appears 4 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "prototypeTarget" appears 2 times in the file. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "autoInvoker" appears 2 times in the file. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 296 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 330 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 446 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 447 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 533 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 546 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 556 | |
| extension | MultipleStringLiteralsExtended | The String "serializableSingleton" appears 5 times in the file. | 570 | |
| extension | MultipleStringLiteralsExtended | The String "Not serializable because an interceptor isn't serializable" appears 2 times in the file. | 582 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 585 | |
| extension | MultipleStringLiteralsExtended | The String "serializablePrototype" appears 3 times in the file. | 593 | |
| extension | MultipleStringLiteralsExtended | The String "prototypeTestBeanProxy" appears 2 times in the file. | 627 | |
| extension | MultipleStringLiteralsExtended | The String "expected LockedException" appears 2 times in the file. | 640 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 646 | |
| extension | MultipleStringLiteralsExtended | The String "did not expect LockedException" appears 2 times in the file. | 650 | |
| extension | MultipleStringLiteralsExtended | The String "prototypeTestBeanProxySingletonTarget" appears 2 times in the file. | 659 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 677 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 712 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 720 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 726 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 54 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 72 | |
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 98 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "Rod" appears 8 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "Kerry" appears 8 times in the file. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "!test" appears 2 times in the file. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testInterceptor" appears 6 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "interceptorNames" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "beanNames" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "beanNameAutoProxyCreator" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "singletonToBeProxied" appears 8 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "singletonFactoryToBeProxied" appears 10 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "autowiredIndexedTestBean" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "messageSource" appears 3 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "&singletonFactoryToBeProxied" appears 3 times in the file. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "testAutoProxyCreator" appears 12 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "noInterfaces" appears 4 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "containerCallbackInterfacesOnly" appears 4 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "singletonNoInterceptor" appears 4 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "prototypeToBeProxied" appears 4 times in the file. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "singleton" appears 2 times in the file. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 4 times in the file. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "prototypeFactoryToBeProxied" appears 4 times in the file. | 237 | |
| extension | MultipleStringLiteralsExtended | The String "&prototypeFactoryToBeProxied" appears 2 times in the file. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 320 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "noproxy" appears 2 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "onlyJdk" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "doubleJdk" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "introductionUsingJdk" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "introductionNopInterceptor" appears 2 times in the file. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "Introduction was made" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "second-introductionUsingJdk" appears 2 times in the file. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "Mixin should have locked this object" appears 2 times in the file. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "jdk1" appears 2 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "cglib1" appears 2 times in the file. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "nopInterceptor" appears 2 times in the file. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "request" appears 3 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 3 times in the file. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "scopedTarget.testBean" appears 2 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "testBeanTarget" appears 2 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "myFriend" appears 2 times in the file. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "scopedTarget.scopedList" appears 2 times in the file. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "pooledWithMixin" appears 2 times in the file. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Should throw NoSuchElementException" appears 2 times in the file. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "juergen" appears 3 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "autowired" appears 44 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "expected BeanCreationException" appears 10 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | MultipleStringLiteralsExtended | The String "not the default" appears 2 times in the file. | 362 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 5 times in the file. | 388 | |
| extension | MultipleStringLiteralsExtended | The String "number" appears 8 times in the file. | 410 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 513 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 539 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "juergen" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "autowired" appears 50 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "expected BeanCreationException" appears 10 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | MultipleStringLiteralsExtended | The String "not the default" appears 2 times in the file. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 5 times in the file. | 408 | |
| extension | MultipleStringLiteralsExtended | The String "number" appears 8 times in the file. | 430 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 463 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 475 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 533 | |
| extension | MultipleStringLiteralsExtended | The String "the real juergen" appears 3 times in the file. | 563 | |
| extension | MultipleStringLiteralsExtended | The String "juergen imposter" appears 2 times in the file. | 567 | |
| extension | MultipleStringLiteralsExtended | The String "juergen1" appears 2 times in the file. | 570 | |
| extension | MultipleStringLiteralsExtended | The String "juergen2" appears 2 times in the file. | 571 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 602 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Jenny" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 22 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "found 6" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "ParentLarry" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "LarryBean" appears 4 times in the file. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "LarrySpecial" appears 2 times in the file. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 269 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 283 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 298 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 407 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 409 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Invalid name" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "Baz" appears 2 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 58 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 175 | |
| extension | OverridableMethodInConstructor | Overridable method 'setAge' is called in constructor body. | 217 | |
| extension | OverridableMethodInConstructor | Overridable method 'setName' is called in constructor body. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 3 times in the file. | 334 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 362 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 363 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 364 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 365 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 371 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 385 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 443 | |
| extension | MultipleStringLiteralsExtended | The String "replaceMe:" appears 2 times in the file. | 522 | |
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 693 | |
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 707 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Andrew" appears 2 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "jenks" appears 3 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "jenny" appears 7 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "david" appears 3 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "1 jen instance" appears 2 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "innerBean" appears 6 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "innerBean#1" appears 2 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "inner1" appears 5 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "inner2" appears 2 times in the file. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "Jenny" appears 9 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "hasInnerBeansAsPrototype" appears 2 times in the file. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "failsOnInnerBean" appears 2 times in the file. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 303 | |
| extension | MultipleStringLiteralsExtended | The String "failsOnInnerBeanForConstructor" appears 2 times in the file. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | MultipleStringLiteralsExtended | The String "inheritsFromParentFactory" appears 3 times in the file. | 320 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "override" appears 3 times in the file. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | MultipleStringLiteralsExtended | The String "inheritsWithClass" appears 3 times in the file. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 339 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 341 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 356 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | MultipleStringLiteralsExtended | The String "prototypeInheritsFromParentFactoryPrototype" appears 3 times in the file. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 | |
| extension | MultipleStringLiteralsExtended | The String "prototype-override" appears 2 times in the file. | 369 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 371 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 373 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | MultipleStringLiteralsExtended | The String "protoypeInheritsFromParentFactorySingleton" appears 2 times in the file. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 419 | |
| extension | MultipleStringLiteralsExtended | The String "inheritedTestBeanWithoutClass" appears 2 times in the file. | 419 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | MultipleStringLiteralsExtended | The String "inheritedTestBeanPrototype" appears 2 times in the file. | 424 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | MultipleStringLiteralsExtended | The String "inheritedTestBeanSingleton" appears 3 times in the file. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 437 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "inheritedTestBean" appears 2 times in the file. | 465 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 471 | |
| extension | MultipleStringLiteralsExtended | The String "bogusParent" appears 2 times in the file. | 485 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 490 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 491 | |
| extension | MultipleStringLiteralsExtended | The String "singletonInheritsFromParentFactoryPrototype" appears 2 times in the file. | 506 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 508 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 510 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 512 | |
| extension | MultipleStringLiteralsExtended | The String "myname" appears 2 times in the file. | 533 | |
| extension | MultipleStringLiteralsExtended | The String "complexEgo" appears 2 times in the file. | 546 | |
| extension | MultipleStringLiteralsExtended | The String "Correct circular reference" appears 8 times in the file. | 547 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanCreationException" appears 4 times in the file. | 586 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 589 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 605 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 620 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 621 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 626 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 627 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 636 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 658 | |
| extension | MultipleStringLiteralsExtended | The String "init-method2" appears 2 times in the file. | 682 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 686 | |
| extension | MultipleStringLiteralsExtended | The String "initializers.xml" appears 2 times in the file. | 686 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 688 | |
| extension | MultipleStringLiteralsExtended | The String "init-method3" appears 2 times in the file. | 697 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 702 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 703 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 704 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 716 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 718 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 720 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 721 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 722 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 724 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 726 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 737 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 739 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 741 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 742 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 743 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 745 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 747 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 755 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 757 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 758 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 762 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 766 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 772 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 778 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 6 times in the file. | 782 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 785 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 809 | |
| extension | MultipleStringLiteralsExtended | The String "kerry" appears 2 times in the file. | 830 | |
| extension | MultipleStringLiteralsExtended | The String "spouse" appears 3 times in the file. | 831 | |
| extension | MultipleStringLiteralsExtended | The String "rod1" appears 4 times in the file. | 850 | |
| extension | MultipleStringLiteralsExtended | The String "rod2" appears 3 times in the file. | 859 | |
| extension | MultipleStringLiteralsExtended | The String "rod3" appears 3 times in the file. | 867 | |
| extension | MultipleStringLiteralsExtended | The String "other" appears 3 times in the file. | 868 | |
| extension | MultipleStringLiteralsExtended | The String "rod4" appears 2 times in the file. | 881 | |
| extension | MultipleStringLiteralsExtended | The String "rod5" appears 2 times in the file. | 888 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 893 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 894 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 905 | |
| extension | MultipleStringLiteralsExtended | The String "Kerry" appears 2 times in the file. | 905 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 910 | |
| extension | MultipleStringLiteralsExtended | The String "kerry2" appears 4 times in the file. | 925 | |
| extension | MultipleStringLiteralsExtended | The String "kerry1" appears 3 times in the file. | 932 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 976 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 977 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 985 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 993 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 997 | |
| extension | MultipleStringLiteralsExtended | The String "rod9" appears 4 times in the file. | 1010 | |
| extension | MultipleStringLiteralsExtended | The String "myName" appears 4 times in the file. | 1014 | |
| extension | MultipleStringLiteralsExtended | The String "rod18" appears 5 times in the file. | 1056 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 7 times in the file. | 1073 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1076 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1083 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1154 | |
| extension | MultipleStringLiteralsExtended | The String "classNotFound" appears 2 times in the file. | 1174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1179 | |
| extension | MultipleStringLiteralsExtended | The String "resource1" appears 4 times in the file. | 1197 | |
| extension | MultipleStringLiteralsExtended | The String "resource2" appears 4 times in the file. | 1199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1201 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1248 | |
| extension | MultipleStringLiteralsExtended | The String "overrideOneMethod" appears 3 times in the file. | 1267 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1302 | |
| extension | MultipleStringLiteralsExtended | The String "David" appears 5 times in the file. | 1309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1363 | |
| extension | MultipleStringLiteralsExtended | The String "constructorOverrides" appears 2 times in the file. | 1401 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1456 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1465 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1468 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1477 | |
| extension | MultipleStringLiteralsExtended | The String "A String" appears 2 times in the file. | 1478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1481 | |
| extension | MultipleStringLiteralsExtended | The String "lenientDependencyTestBean" appears 3 times in the file. | 1507 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1508 | |
| extension | MultipleStringLiteralsExtended | The String "lenientDependencyTestBeanFactoryMethod" appears 3 times in the file. | 1515 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1516 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1532 | |
| extension | MultipleStringLiteralsExtended | The String "Ambiguous" appears 2 times in the file. | 1532 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1549 | |
| extension | MultipleStringLiteralsExtended | The String "string" appears 2 times in the file. | 1557 | |
| extension | MultipleStringLiteralsExtended | The String "stringConstructor" appears 2 times in the file. | 1567 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1578 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1588 | |
| extension | MultipleStringLiteralsExtended | The String "constructorArrayNoType" appears 3 times in the file. | 1597 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1598 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1609 | |
| extension | MultipleStringLiteralsExtended | The String "Duplicate name not detected" appears 2 times in the file. | 1618 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1621 | |
| extension | MultipleStringLiteralsExtended | The String "Bean name 'foo'" appears 2 times in the file. | 1621 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1633 | |
| extension | MultipleStringLiteralsExtended | The String "should not replace" appears 2 times in the file. | 1643 | |
| extension | MultipleStringLiteralsExtended | The String "replaceMe:1" appears 2 times in the file. | 1643 | |
| extension | MultipleStringLiteralsExtended | The String "should replace" appears 2 times in the file. | 1644 | |
| extension | MultipleStringLiteralsExtended | The String "cba" appears 2 times in the file. | 1644 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 1644 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1703 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 1843 | |
| extension | MultipleStringLiteralsExtended | The String "Don't pick this constructor" appears 2 times in the file. | 1871 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect number of advisors" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect advice class." appears 3 times in the file. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "debuggingTestBeanNoInstance" appears 3 times in the file. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "objectName" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 6 times in the file. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 6 times in the file. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "op" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "cache" appears 3 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 6 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Called too many times" appears 2 times in the file. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 | |
| extension | MultipleStringLiteralsExtended | The String " should have been found with key " appears 2 times in the file. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bucket" appears 3 times in the file. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "Custom key generator not set" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "custom" appears 13 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "Should have failed to parse @Cacheable annotation" appears 2 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "Custom cache manager not set" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "Custom cache resolver not set" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "methodLevelCacheName" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "classKeyGenerator" appears 7 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "classCacheResolver" appears 3 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "classCacheName" appears 6 times in the file. | 176 | |
| extension | MultipleStringLiteralsExtended | The String "methodLevelCacheManager" appears 2 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "methodLevelCacheResolver" appears 2 times in the file. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "enescu" appears 5 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "george" appears 3 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "initialValue" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "vlaicu" appears 3 times in the file. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "c1" appears 7 times in the file. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "c2" appears 6 times in the file. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "c3" appears 4 times in the file. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 6 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 6 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 6 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "key3" appears 13 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "testCache" appears 9 times in the file. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "secondary" appears 6 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "primary" appears 7 times in the file. | 66 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 108 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 127 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "Excepted exception" appears 2 times in the file. | 269 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 270 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 436 | |
| extension | MultipleStringLiteralsExtended | The String "should have failed with NoSuchBeanDefinitionException" appears 2 times in the file. | 597 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "exception thrown - evict should still occur" appears 2 times in the file. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "org.springframework.cache.interceptor.CacheInterceptor#0" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "cacheResolver" appears 2 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 79 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 83 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "exception thrown - evict should still occur" appears 2 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testCache" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "keyGenerator" appears 2 times in the file. | 58 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 76 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 86 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 97 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 107 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 111 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "testCache" appears 2 times in the file. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Test exception on get" appears 3 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "Test exception on put" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Test exception on evict" appears 4 times in the file. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Wrong value for @CachePut key" appears 2 times in the file. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default" appears 6 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "primary" appears 7 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "secondary" appears 4 times in the file. | 121 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "different" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 15 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 12 times in the file. | 60 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 94 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 95 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 96 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 3 times in the file. | 105 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 106 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "multipleCaching" appears 4 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "theResult" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "#result" appears 4 times in the file. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "different" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 15 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 12 times in the file. | 60 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 94 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 95 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 96 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 3 times in the file. | 105 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 106 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "aca" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "has had context set" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "aca-prototype" appears 3 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "father" appears 2 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "Dad has correct name" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Albert" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Destroyed" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "0 events before publication" appears 2 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "1 events after publication, not " appears 2 times in the file. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "listener" appears 2 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 2 times in the file. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "classpath*:" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "a.qualified.name.of.some.sort" appears 3 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "another.qualified.name" appears 3 times in the file. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "my-bean-refs.xml" appears 2 times in the file. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong message. Got: " appears 2 times in the file. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The generated beanName must *never* be null." appears 4 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "The generated beanName must *never* be blank." appears 4 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 3 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 89 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 140 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 8 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "spouse" appears 12 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "prototype" appears 4 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "Prototype creation took too long: " appears 4 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "resolveScopeMetadata(..) must *never* return null." appears 7 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "request" appears 5 times in the file. | 78 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 122 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myBean" appears 5 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 14 times in the file. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "overridden" appears 6 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "config" appears 2 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "regular" appears 4 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "anInt" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "overloaded5" appears 4 times in the file. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "aString" appears 8 times in the file. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "shadow" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "overloaded" appears 4 times in the file. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "serviceInvocationCounter" appears 13 times in the file. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "fooServiceImpl" appears 16 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "stubFooDao" appears 15 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "myNamedComponent" appears 14 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "myNamedDao" appears 16 times in the file. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "thoreau" appears 3 times in the file. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "otherFooDao" appears 3 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "messageBean" appears 3 times in the file. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 290 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 311 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 312 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 329 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 330 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 341 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "fooService" appears 5 times in the file. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 345 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "myBf" appears 2 times in the file. | 379 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 389 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 415 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "clientBean" appears 2 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "publicInstance" appears 5 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "protectedInstance" appears 5 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "privateInstance" appears 3 times in the file. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "other" appears 5 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "dev" appears 2 times in the file. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "annotatedBean" appears 30 times in the file. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 2 times in the file. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 6 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "testBean2" appears 7 times in the file. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "testBean4" appears 6 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "tb" appears 3 times in the file. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "testBean3" appears 5 times in the file. | 306 | |
| extension | MultipleStringLiteralsExtended | The String "annotatedBean2" appears 4 times in the file. | 311 | |
| extension | MultipleStringLiteralsExtended | The String "annotatedBean3" appears 2 times in the file. | 312 | |
| extension | MultipleStringLiteralsExtended | The String "xy" appears 5 times in the file. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "testBean9" appears 3 times in the file. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 345 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 380 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 400 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 436 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 437 | |
| extension | MultipleStringLiteralsExtended | The String "Already called" appears 11 times in the file. | 450 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 470 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 486 | |
| extension | MultipleStringLiteralsExtended | The String "Resources not injected" appears 3 times in the file. | 510 | |
| extension | MultipleStringLiteralsExtended | The String "Superclass destroy called too soon" appears 2 times in the file. | 532 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "fooServiceImpl" appears 6 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "config class bean not found" appears 5 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "componentScanAnnotatedConfig" appears 3 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "@ComponentScan annotated @Configuration class registered directly against " appears 4 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "AnnotationConfigApplicationContext did not trigger component scanning as expected" appears 4 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "componentScanParserTests.KustomAnnotationAutowiredBean" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "myScope" appears 3 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "scopedProxyTestBean" appears 3 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "level1Bean" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "level2Bean" appears 2 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "defaultWithNoOverridesTests.xml" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "lazy-init should be false" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "initCount should be 0" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "bean should have been instantiated" appears 3 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "no dependencies should have been autowired" appears 6 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "property dependencies should not have been autowired" appears 4 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "constructor dependency should not have been autowired" appears 3 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "property dependencies should have been autowired" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "bean should not have been initialized" appears 2 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "bean should not have been destroyed" appears 2 times in the file. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myScope" appears 4 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "scopedProxyTestBean" appears 4 times in the file. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "fooServiceImpl" appears 4 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "stubFooDao" appears 2 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "scopedProxyTestBean" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "basePackage" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "scanInclude" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "scanExclude" appears 2 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "config" appears 9 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 11 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "parent" appears 2 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "XML or something" appears 2 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "consumer" appears 2 times in the file. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "expected exception" appears 2 times in the file. | 297 | |
| extension | MultipleStringLiteralsExtended | The String "annotatedBean" appears 10 times in the file. | 317 | |
| extension | MultipleStringLiteralsExtended | The String "configClass" appears 10 times in the file. | 318 | |
| extension | MultipleStringLiteralsExtended | The String "Repository<String>" appears 6 times in the file. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "Repository<Integer>" appears 6 times in the file. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "genericRepo" appears 3 times in the file. | 376 | |
| extension | MultipleStringLiteralsExtended | The String "&repoFactoryBean" appears 3 times in the file. | 393 | |
| extension | MultipleStringLiteralsExtended | The String "repoConsumer" appears 4 times in the file. | 404 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanCreationException" appears 2 times in the file. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 457 | |
| extension | MultipleStringLiteralsExtended | The String "Circular reference" appears 2 times in the file. | 457 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | MultipleStringLiteralsExtended | The String "Repository<Object>" appears 2 times in the file. | 609 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "fooConfig" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "&foo" appears 7 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "bean1" appears 6 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "bean2" appears 2 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "configurationClassWithConditionTests.BeanTwoConfiguration" appears 2 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "bean3" appears 2 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "DummyBean was not injected." appears 6 times in the file. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "c1" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "c2" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "c3" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "c4" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "c5" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "c6" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "c7" appears 2 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "loadTimeWeaver" appears 4 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "importedConfigBean" appears 3 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "import metadata was not injected" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "registrarImportedBean" appears 3 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "otherImportedConfigBean" appears 2 times in the file. | 90 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "annotatedBean" appears 4 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 4 times in the file. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "tb" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Already called" appears 3 times in the file. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "l0Bean" appears 9 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "l1Bean" appears 6 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "l2Bean" appears 6 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "overrideBean" appears 9 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "override-l1" appears 3 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "override-l0" appears 4 times in the file. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "override-s1" appears 7 times in the file. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "prototypeBean" appears 6 times in the file. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "l0" appears 2 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "l1" appears 2 times in the file. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "l2" appears 2 times in the file. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "override-l2" appears 2 times in the file. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "property source p1 was not added" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "p1" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "p1TestBean" appears 6 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "p2TestBean" appears 8 times in the file. | 102 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "path.to.properties" appears 4 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "org/springframework/context/annotation" appears 2 times in the file. | 138 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "from.p1" appears 6 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "from.p2" appears 6 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "testbean.name" appears 16 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "myTestBean" appears 2 times in the file. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "m1" appears 2 times in the file. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected bean to have ROLE_APPLICATION" appears 3 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "Expected bean to have ROLE_INFRASTRUCTURE" appears 3 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "componentWithoutRole" appears 4 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "componentWithRole" appears 4 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "A Component with a role" appears 2 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "second" appears 3 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "first" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "unknownOrder" appears 3 times in the file. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ": " appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "afterPropertiesSet" appears 10 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "destroy" appears 10 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "init-methods" appears 6 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "destroy-methods" appears 6 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "customInit" appears 7 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "customDestroy" appears 7 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "InitializingBean.afterPropertiesSet" appears 2 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "DisposableBean.destroy" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "postConstruct" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "preDestroy" appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "@PostConstruct.afterPropertiesSet" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "@PreDestroy.destroy" appears 2 times in the file. | 148 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 166 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 167 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 196 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 197 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 256 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 257 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 5 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "RED-RED" appears 2 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "myProp" appears 3 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "testBean2" appears 3 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 187 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "testBean1" appears 5 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "interesting" appears 11 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "boring" appears 8 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "outer" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "imported" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "nested" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "nestedBean" appears 3 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "advisedName" appears 3 times in the file. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "config" appears 3 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "customName" appears 3 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "methodName" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "bean should not have been registered with 'methodName'" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "name1" appears 2 times in the file. | 112 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "stringBean" appears 4 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "factoryBean" appears 4 times in the file. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "&factoryBean" appears 7 times in the file. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 3 times in the file. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 256 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "-processed-" appears 2 times in the file. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "test.name" appears 4 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean1" appears 5 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "testBean2" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "2a" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "did not contain java-declared bean" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "javaDeclaredBean" appears 6 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "did not contain xml-declared bean" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "xmlDeclaredBean" appears 8 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "myName" appears 3 times in the file. | 57 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 60 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "propertiesDeclaredBean" appears 2 times in the file. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "config" appears 2 times in the file. | 62 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 72 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 79 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 86 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 122 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 155 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "foo2" appears 2 times in the file. | 178 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 209 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 302 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "beanTwo" appears 2 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "beanOne" appears 2 times in the file. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo1" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "foo2" appears 2 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "scopedClass" appears 3 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "scopedInterface" appears 3 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "scopedProxyInterface" appears 2 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "scopedTarget." appears 3 times in the file. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "scoped bean is not wrapped by the scoped-proxy" appears 2 times in the file. | 164 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 235 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "someDependency" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "post processed by MyPostProcessor" appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myBean" appears 4 times in the file. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "publicInstance" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "No PropertyPlaceholderConfigurer found" appears 5 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "string" appears 4 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "No properties replaced" appears 6 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "spam" appears 5 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "listener1" appears 5 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "listener2" appears 4 times in the file. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "nestedChild" appears 2 times in the file. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "listener" appears 3 times in the file. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | MultipleStringLiteralsExtended | The String "broadcaster" appears 3 times in the file. | 257 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 351 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 51 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 58 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 66 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "publisher" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "Interceptor must have published 2 events" appears 2 times in the file. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "lifecycle" appears 4 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "listener" appears 4 times in the file. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myScope" appears 7 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 7 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "tb0" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "#{mySpecialAttr}" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "tb1" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "country" appears 15 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "tb2" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "tb3" appears 2 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "tb4" appears 2 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "tb5" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "tb6" appears 2 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "UK" appears 4 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "XXXmyNameYYY42ZZZ" appears 5 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "123 UK" appears 10 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "#{systemProperties.country}" appears 3 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 5 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "juergen1" appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "juergen2" appears 2 times in the file. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "juergen" appears 2 times in the file. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "tb" appears 2 times in the file. | 271 | |
| extension | MultipleStringLiteralsExtended | The String "NL" appears 2 times in the file. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "str" appears 2 times in the file. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myBean" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "org/springframework/context/groovy/applicationContext.groovy" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "framework" appears 3 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "could not find framework bean" appears 3 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "Grails" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "company" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "could not find company bean" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "SpringSource" appears 2 times in the file. | 54 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GMT+1" appears 10 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "GMT+2" appears 8 times in the file. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "lifecycleTests.xml" appears 4 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "bean1" appears 4 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "bean2" appears 4 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "bean3" appears 4 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "bean4" appears 4 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "bean was not started" appears 3 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "bean was not stopped" appears 2 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 33 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "tb1" appears 6 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "tb2" appears 6 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "bfpp" appears 5 times in the file. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "bfpp1" appears 2 times in the file. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "simpleContext.xml" appears 2 times in the file. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "someMessageSource" appears 18 times in the file. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "service" appears 12 times in the file. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "logicOne" appears 7 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "logicTwo" appears 7 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "useCodeAsDefaultMessage" appears 2 times in the file. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "yourMessageSource" appears 6 times in the file. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "myMessageSource" appears 12 times in the file. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | MultipleStringLiteralsExtended | The String "contexttest" appears 2 times in the file. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 339 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 359 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | MultipleStringLiteralsExtended | The String "testContext" appears 2 times in the file. | 383 | |
| extension | MultipleStringLiteralsExtended | The String "Test Context" appears 2 times in the file. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 94 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 3 times in the file. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "lifecycleProcessor" appears 4 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "timeoutPerShutdownPhase" appears 2 times in the file. | 53 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 9 times in the file. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "dependency" appears 2 times in the file. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "bean3" appears 3 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "beanMin" appears 7 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "bean2" appears 10 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "beanMax" appears 3 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "bean1" appears 6 times in the file. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "simpleBean1" appears 2 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "smartBean1" appears 2 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "simpleBean2" appears 2 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "smartBean2" appears 2 times in the file. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 258 | |
| extension | MultipleStringLiteralsExtended | The String "bean4" appears 2 times in the file. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "bean5" appears 2 times in the file. | 271 | |
| extension | MultipleStringLiteralsExtended | The String "bean6" appears 2 times in the file. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "bean7" appears 8 times in the file. | 273 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 313 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 339 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 341 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 345 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 352 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 367 | |
| extension | MultipleStringLiteralsExtended | The String "bean99" appears 5 times in the file. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 380 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 397 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 413 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 414 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 415 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 417 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 423 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 439 | |
| extension | MultipleStringLiteralsExtended | The String "beanNegative" appears 3 times in the file. | 445 | |
| extension | MultipleStringLiteralsExtended | The String "simpleBean" appears 8 times in the file. | 448 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 456 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 457 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 458 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 471 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 487 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 488 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 489 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 490 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 491 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 493 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 496 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 497 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 498 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 499 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 500 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 512 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 522 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 523 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 524 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 536 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 550 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 551 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 552 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 553 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 554 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 556 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 558 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 559 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 560 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 561 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 562 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 595 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 639 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "getenv.*" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Accessing the system environment is disallowed" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "c1" appears 2 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 4 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "spouse" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "${ref}" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "tb" appears 3 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "location" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "configurer" appears 3 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanInitializationException" appears 3 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "user.dir" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "name${var}" appears 3 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "tb1" appears 3 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "properties" appears 3 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "configurer1" appears 3 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanDefinitionStoreException" appears 3 times in the file. | 131 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 14 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 13 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "${my.name}" appears 13 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "my.name" appears 7 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "local" appears 3 times in the file. | 146 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 153 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "${bogus}" appears 3 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "${foo}" appears 2 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "enclosing" appears 2 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "${key2}" appears 2 times in the file. | 271 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "systemKey1Value" appears 2 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 2 times in the file. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "customNull" appears 2 times in the file. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "classpath:" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "messages" appears 8 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "more-messages" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "message1" appears 14 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "code1" appears 21 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "nachricht2" appears 14 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "message2" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "code2" appears 20 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "nochricht2" appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "DE" appears 3 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "at" appears 3 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "message3" appears 5 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "code3" appears 5 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "code4" appears 4 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 3 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 10 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "{0}, default" appears 6 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "Hello, default" appears 2 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "I'm" appears 2 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "escaped" appears 3 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown NoSuchMessageException" appears 4 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "org/springframework/context/support/messages" appears 13 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String " org/springframework/context/support/messages " appears 2 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "ISO-8859-1" appears 2 times in the file. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "warning" appears 3 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "unicode" appears 4 times in the file. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "org/springframework/context/support/messages_de" appears 2 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "messages_en" appears 4 times in the file. | 373 | |
| extension | MultipleStringLiteralsExtended | The String "messages_en_GB" appears 2 times in the file. | 378 | |
| extension | MultipleStringLiteralsExtended | The String "en" appears 2 times in the file. | 380 | |
| extension | MultipleStringLiteralsExtended | The String "POSIX" appears 4 times in the file. | 380 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "threadScopedObject" appears 3 times in the file. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 42 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "This is a test message in the message catalog with no args." appears 3 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "message.format.example2" appears 5 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "This is a default msg if not found in MessageSource." appears 3 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "bogus.message" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "a disturbance in the Force" appears 3 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "message.format.example1" appears 7 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "there was \"a disturbance in the Force\" on planet 7." appears 2 times in the file. | 98 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "message.format.example3" appears 2 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 4 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "correct message retrieved" appears 3 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "Should not throw NoSuchMessageException" appears 3 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "message.format.example99" appears 3 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "message.format.example98" appears 2 times in the file. | 178 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 205 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "param" appears 4 times in the file. | 242 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 242 | |
| extension | MultipleStringLiteralsExtended | The String "with.param" appears 4 times in the file. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "put {0} here" appears 2 times in the file. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "put value here" appears 2 times in the file. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 6 times in the file. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "java:comp/env/" appears 3 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "Should have failed to create EJB" appears 2 times in the file. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 11 times in the file. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown RemoteException" appears 2 times in the file. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "java:comp/env/" appears 3 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Returns expected value" appears 2 times in the file. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "Should have failed to create EJB" appears 3 times in the file. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "jndiName" appears 6 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "jdbc/MyDataSource" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "resourceRef" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 13 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "defaultObject" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "jndiEnvironment" appears 4 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "foo=bar" appears 3 times in the file. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "businessInterface" appears 4 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "ejb/MyLocalBean" appears 2 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "ejb/MyRemoteBean" appears 2 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "cacheHome" appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "lookupHomeOnStartup" appears 2 times in the file. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Jun 1, 2009" appears 4 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "2009-06-01" appears 3 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "6/1/09" appears 3 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "June 1, 2009" appears 3 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Monday, June 1, 2009" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "14:23:05.003+0000" appears 2 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "2009-06-01T14:23:05.003+0000" appears 3 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 3 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "2009" appears 2 times in the file. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "date" appears 3 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "10/31/09 12:00 PM" appears 5 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "dateAnnotated" appears 8 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "10/31/09" appears 8 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Oct X31, 2009" appears 2 times in the file. | 105 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "Oct 031, 2009" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "calendar" appears 2 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "calendarAnnotated" appears 2 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "millis" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "1256961600" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "millisAnnotated" appears 2 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "isoDate" appears 2 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "2009-10-31" appears 2 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "isoTime" appears 2 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "isoDateTime" appears 2 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "children[0].dateAnnotated" appears 2 times in the file. | 188 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "yyyyMMddHHmmss" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "20091021121000" appears 2 times in the file. | 61 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "MM" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "localDate" appears 7 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "10/31/09" appears 9 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "October 31, 2009" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "20091031" appears 2 times in the file. | 123 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "localDateAnnotated" appears 10 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "Oct 31, 2009" appears 6 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "Oct 031, 2009" appears 4 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "children[0].localDateAnnotated" appears 2 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "localTime" appears 6 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "12:00 PM" appears 2 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "12:00:00 PM" appears 4 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "130000" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "localTimeAnnotated" appears 2 times in the file. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "localDateTime" appears 4 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "10/31/09 12:00 PM" appears 16 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "localDateTimeAnnotated" appears 2 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "Oct 31, 2009 12:00 PM" appears 4 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "dateTime" appears 6 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "Oct 31, 2009 12:00:00 PM" appears 2 times in the file. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "2009-10-31T12:00:00.000Z" appears 4 times in the file. | 271 | |
| extension | MultipleStringLiteralsExtended | The String "2009-10-31T07:00:00.000-05:00" appears 5 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "20091031130000" appears 2 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "dateTimeAnnotated" appears 2 times in the file. | 292 | |
| extension | MultipleStringLiteralsExtended | The String "dateTimeAnnotatedPattern" appears 2 times in the file. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "dateTimeAnnotatedDefault" appears 2 times in the file. | 310 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 5 times in the file. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "Sat, 12 Aug 1995 13:30:00 GMT" appears 3 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "dateAnnotated" appears 2 times in the file. | 346 | |
| extension | MultipleStringLiteralsExtended | The String "calendar" appears 2 times in the file. | 355 | |
| extension | MultipleStringLiteralsExtended | The String "calendarAnnotated" appears 2 times in the file. | 364 | |
| extension | MultipleStringLiteralsExtended | The String "millis" appears 2 times in the file. | 373 | |
| extension | MultipleStringLiteralsExtended | The String "1256961600" appears 2 times in the file. | 373 | |
| extension | MultipleStringLiteralsExtended | The String "millisAnnotated" appears 2 times in the file. | 382 | |
| extension | MultipleStringLiteralsExtended | The String "isoDate" appears 2 times in the file. | 391 | |
| extension | MultipleStringLiteralsExtended | The String "2009-10-31" appears 2 times in the file. | 391 | |
| extension | MultipleStringLiteralsExtended | The String "isoTime" appears 2 times in the file. | 400 | |
| extension | MultipleStringLiteralsExtended | The String "isoDateTime" appears 2 times in the file. | 409 | |
| extension | MultipleStringLiteralsExtended | The String "instant" appears 2 times in the file. | 418 | |
| extension | MultipleStringLiteralsExtended | The String "instantAnnotated" appears 2 times in the file. | 427 | |
| extension | MultipleStringLiteralsExtended | The String "mutableDateTime" appears 2 times in the file. | 436 | |
| extension | MultipleStringLiteralsExtended | The String "mutableDateTimeAnnotated" appears 2 times in the file. | 445 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 550 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "yyyyMMddHHmmss" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "20091021121000" appears 2 times in the file. | 62 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "localDate" appears 9 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "10/31/09" appears 4 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "October 31, 2009" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "20091031" appears 2 times in the file. | 114 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "localDateAnnotated" appears 10 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "Oct 31, 2009" appears 6 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "Oct -31, 2009" appears 4 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "children[0].localDateAnnotated" appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "localTime" appears 8 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "12:00 PM" appears 3 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "12:00:00 PM" appears 4 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "130000" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "localTimeAnnotated" appears 2 times in the file. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "localDateTime" appears 6 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "10/31/09 12:00 PM" appears 6 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "localDateTimeAnnotated" appears 2 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "Oct 31, 2009 12:00:00 PM" appears 4 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "dateTimeAnnotatedPattern" appears 2 times in the file. | 277 | |
| extension | MultipleStringLiteralsExtended | The String "isoDate" appears 2 times in the file. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "2009-10-31" appears 2 times in the file. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "isoTime" appears 2 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "isoDateTime" appears 2 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "2009-10-31T12:00:00.000Z" appears 2 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "instant" appears 4 times in the file. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | MultipleStringLiteralsExtended | The String "2009-10-31T12:00" appears 2 times in the file. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 362 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "23.56" appears 2 times in the file. | 42 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 45 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "23.56" appears 4 times in the file. | 36 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 44 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "numberDefault" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "3,339.12" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "numberDefaultAnnotated" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "currency" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "$3,339.12" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "percent" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "53%" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "pattern" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "1,25.00" appears 13 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "2,35.00" appears 11 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "patternArray[0]" appears 3 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "patternArray[1]" appears 3 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "patternList[0]" appears 3 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "patternList[1]" appears 3 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "patternList2[0]" appears 3 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "patternList2[1]" appears 3 times in the file. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 45 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "percent" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "5%" appears 3 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 4 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String ":5" appears 2 times in the file. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 113 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "3" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "10/31/09" appears 4 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "valueBean" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "conversionService" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "ppc" appears 3 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "myDate" appears 2 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "myNumber" appears 2 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "dateStyle" appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "S-" appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "datePattern" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "M-d-yy" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "formattingService" appears 3 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 3 times in the file. | 201 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "dates" appears 5 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "10-31-09,11-1-09,11-2-09" appears 3 times in the file. | 213 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 265 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 34 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 39 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 57 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Juergen" appears 4 times in the file. | 71 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 105 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 5 times in the file. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 91 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 227 | |
| extension | RedundantReturn | Redundant return. | 233 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "startDate " appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "endDate " appears 2 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "spring:name=Foo" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "spring:type=Test" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Bean 1 not registered with MBeanServer" appears 2 times in the file. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "*" appears 2 times in the file. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "spring:type=Test" appears 2 times in the file. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "The bean was not registered with the MBeanServer" appears 2 times in the file. | 123 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "spring:name=dynBean" appears 2 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "Name" appears 8 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 8 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "autodetectMBeans.xml" appears 2 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "exporter" appears 4 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "server" appears 3 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "spring:mbean=true" appears 3 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid name returned" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "Juergen Hoeller" appears 2 times in the file. | 204 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 252 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 271 | |
| extension | MultipleStringLiteralsExtended | The String "Sally Greenwood" appears 3 times in the file. | 294 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 298 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 330 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 356 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 386 | |
| extension | MultipleStringLiteralsExtended | The String "spring:type=TestBean" appears 4 times in the file. | 402 | |
| extension | MultipleStringLiteralsExtended | The String "Bean not autodetected in (AUTODETECT_ALL) mode" appears 2 times in the file. | 436 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 473 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 529 | |
| extension | MultipleStringLiteralsExtended | The String "charlesDexterWard" appears 2 times in the file. | 569 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 579 | |
| extension | MultipleStringLiteralsExtended | The String "test:what=ever" appears 2 times in the file. | 580 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 601 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 629 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 639 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 675 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 703 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 705 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 765 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "spring:name=Test" appears 14 times in the file. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Name" appears 8 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 9 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Listener not notified" appears 8 times in the file. | 70 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 104 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 135 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Age" appears 13 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 4 times in the file. | 210 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "Should have registered MBean" appears 6 times in the file. | 232 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 250 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "Listener should have been notified exactly once" appears 2 times in the file. | 298 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 313 | |
| extension | MultipleStringLiteralsExtended | The String "spring:name=Test2" appears 3 times in the file. | 340 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 352 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 382 | |
| extension | MultipleStringLiteralsExtended | The String "Listener notified after destruction" appears 2 times in the file. | 407 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 417 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "org/springframework/jmx/export/notificationPublisherTests.xml" appears 3 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "spring:type=Publisher" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "publisher" appears 3 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "NotificationPublisher should not be null" appears 3 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Notification not sent" appears 4 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "spring:type=Publisher2" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 3 times in the file. | 162 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 185 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 2 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 54 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 59 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 72 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "server" appears 3 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "bean:name=testBean4" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Name" appears 6 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid name returned" appears 5 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "TEST" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "domain" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 84 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "server" appears 6 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "bean:name=testBean4" appears 5 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Name" appears 8 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid name returned" appears 6 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "TEST" appears 8 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "domain" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "Juergen Hoeller" appears 2 times in the file. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "MXBean annotation not detected correctly" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 2 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "John Smith" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect result" appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "int" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "getMethod" appears 2 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "setMethod" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "getName" appears 2 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "setName" appears 2 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "visibility" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "role" appears 2 times in the file. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Attribute should not be null" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "currencyTimeLimit" appears 5 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "Persist Policy should be OnUpdate" appears 3 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "OnUpdate" appears 3 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "persistPolicy" appears 4 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "persistPeriod" appears 4 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "Currency Time Limit should be 20" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "20" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "Persist Period should be 300" appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "300" appears 2 times in the file. | 133 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "The QueueSize metric" appears 2 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "units" appears 2 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "displayName" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "metricType" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "metricCategory" appears 2 times in the file. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalArgumentException" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.jmx.export.assembler.ICustomJmxBean" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "NickName" appears 2 times in the file. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "dontExposeMe" appears 2 times in the file. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "NickName" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "setName" appears 2 times in the file. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bean:name=namingTest" appears 2 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "namingTest" appears 2 times in the file. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 38 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 43 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 48 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "The exact same Notification is not being passed through from the publisher to the mbean." appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "The 'source' property of the Notification is not being set to the ObjectName of the associated MBean." appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Shall we break for some tea?" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "agree" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.Boolean" appears 2 times in the file. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Standard MBean not detected correctly" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect casing on attribute name" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "type" appears 2 times in the file. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 2 times in the file. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalArgumentException" appears 3 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "java:comp/env/foo" appears 6 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "java:foo" appears 4 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 30 times in the file. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown NamingException" appears 3 times in the file. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "myFoo" appears 6 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "myString" appears 4 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 3 times in the file. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "tb" appears 6 times in the file. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalStateException" appears 2 times in the file. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 419 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "jndiProperties" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "p1" appears 3 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown NamingException" appears 2 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "java:comp/env/jdbc/myds" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "myobject" appears 7 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Correct DataSource registered" appears 14 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Correct Object registered" appears 2 times in the file. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 4 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Correct environment" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "myinteger" appears 6 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "mystring" appears 6 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "jdbc/myds" appears 4 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown NameNotFoundException" appears 3 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "Correct Integer registered" appears 5 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "Correct String registered" appears 5 times in the file. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "Correct jdbc subcontext" appears 2 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "jdbc" appears 5 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "mydsX" appears 5 times in the file. | 129 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "myds" appears 4 times in the file. | 137 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 148 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown NamingException" appears 2 times in the file. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "rmi://localhost:1090/test" appears 8 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "myName" appears 4 times in the file. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown " appears 4 times in the file. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "setName" appears 6 times in the file. | 322 | |
| extension | MultipleStringLiteralsExtended | The String "bla" appears 6 times in the file. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 453 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "m" appears 5 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "qMethod" appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "target" appears 9 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "testExecutor" appears 3 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "executor" appears 2 times in the file. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "exceptionHandler" appears 5 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "handler should not have been called yet" appears 3 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "failWithVoid" appears 4 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "Handler should not have been called" appears 2 times in the file. | 165 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 184 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 188 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 261 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "asyncTest" appears 33 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "autoProxyCreator" appears 12 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "asyncAdvisor" appears 12 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "20" appears 17 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "e0" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "e1" appears 2 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "e2" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "30" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "asyncProcessor" appears 6 times in the file. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 359 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 378 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 417 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 471 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 476 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 491 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 536 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 541 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 546 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 561 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 596 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 611 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "e1-" appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "otherExecutor-" appears 3 times in the file. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "Custom-" appears 2 times in the file. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "explicitScheduler-" appears 2 times in the file. | 105 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 135 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "explicitScheduler1" appears 5 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "explicitScheduler2" appears 4 times in the file. | 162 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 262 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 266 | |
| extension | MultipleStringLiteralsExtended | The String "explicitScheduler2-" appears 4 times in the file. | 306 | |
| extension | MultipleStringLiteralsExtended | The String "explicitScheduler1-" appears 2 times in the file. | 337 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "postProcessor" appears 30 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "target" appears 30 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "registrar" appears 12 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "fixedDelayTasks" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "fixedDelay" appears 3 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "fixedRateTasks" appears 5 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "fixedRate" appears 6 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "cronTasks" appears 5 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "cron" appears 2 times in the file. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 272 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "0 0 9-17 * * MON-FRI" appears 2 times in the file. | 348 | |
| extension | MultipleStringLiteralsExtended | The String "schedules.businessHours" appears 2 times in the file. | 352 | |
| extension | MultipleStringLiteralsExtended | The String "properties" appears 4 times in the file. | 353 | |
| extension | MultipleStringLiteralsExtended | The String "placeholder" appears 4 times in the file. | 355 | |
| extension | MultipleStringLiteralsExtended | The String "initialDelay" appears 2 times in the file. | 382 | |
| extension | MultipleStringLiteralsExtended | The String "1000" appears 2 times in the file. | 382 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 469 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 479 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 489 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 499 | |
| extension | MultipleStringLiteralsExtended | The String "no no no" appears 3 times in the file. | 560 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 44 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 65 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 85 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 102 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 123 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 143 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 152 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 172 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 204 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 96 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 159 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "intentional test failure" appears 2 times in the file. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default" appears 5 times in the file. | 53 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 62 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 76 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 42 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 44 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "fixedRateTasks" appears 2 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "poolSize" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "customScheduler" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "*/15 * 1-4 * * *" appears 2 times in the file. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "CET" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "* * * * * *" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "10 * * * * *" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "11 * * * * *" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "0 0 * * * *" appears 2 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "0 0 0 * * *" appears 4 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "* * * 10 * *" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "0 0 0 1 * *" appears 3 times in the file. | 315 | |
| extension | MultipleStringLiteralsExtended | The String "* * * * * 2" appears 2 times in the file. | 382 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 491 | |
| extension | MultipleStringLiteralsExtended | The String "* * * * * 0" appears 2 times in the file. | 582 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 608 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 613 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 618 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 623 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 628 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 633 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 638 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 643 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 648 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 653 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 658 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 663 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 141 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bshContext.xml" appears 6 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "calculator" appears 3 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "messenger" appears 5 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Scripted object should not be instance of Refreshable" appears 3 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World!" appears 15 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Message is incorrect" appears 4 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "messengerWithConfig" appears 2 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "messengerWithConfigExtra" appears 2 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "messengerInstance" appears 4 times in the file. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "messengerImpl" appears 4 times in the file. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "messengerPrototype" appears 6 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "Bye World!" appears 6 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "Byebye World!" appears 7 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "bshRefreshableContext.xml" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "Should be a proxy for refreshable scripts" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "Should be an instance of Refreshable" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect refresh count" appears 2 times in the file. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "Must have thrown exception by this point." appears 3 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "bsh-with-xsd.xml" appears 5 times in the file. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 4 times in the file. | 44 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected exception" appears 4 times in the file. | 42 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "groovyBean" appears 3 times in the file. | 54 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "GroovyServiceImpl" appears 3 times in the file. | 63 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GroovyServiceImpl.grv" appears 8 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "GroovyServiceImpl" appears 4 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "@within(%s.Log)" appears 2 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 4 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "myMethod" appears 2 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "return 3 * 2" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "simple.groovy" appears 2 times in the file. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "return a * b" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Groovy" appears 2 times in the file. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "groovyContext.xml" appears 6 times in the file. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "calculator" appears 4 times in the file. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "messenger" appears 7 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Shouldn't get proxy when refresh is disabled" appears 5 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Scripted object should not be instance of Refreshable" appears 5 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World!" appears 15 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Message is incorrect" appears 4 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "messengerPrototype" appears 6 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Bye World!" appears 6 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "Byebye World!" appears 7 times in the file. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "messengerInstance" appears 2 times in the file. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "messengerInstanceInline" appears 2 times in the file. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "groovyRefreshableContext.xml" appears 2 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "Should be a proxy for refreshable scripts" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "Should be an instance of Refreshable" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect refresh count" appears 2 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "someName" appears 3 times in the file. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "Must have thrown exception by this point." appears 3 times in the file. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | MultipleStringLiteralsExtended | The String "a script source locator (doesn't matter here)" appears 2 times in the file. | 298 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 314 | |
| extension | MultipleStringLiteralsExtended | The String "groovy-with-xsd.xml" appears 5 times in the file. | 318 | |
| extension | MultipleStringLiteralsExtended | The String "getMessageAspect" appears 2 times in the file. | 320 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 322 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 352 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 355 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | MultipleStringLiteralsExtended | The String "refreshableMessenger" appears 4 times in the file. | 361 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 367 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 380 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 397 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 401 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 437 | |
| extension | MultipleStringLiteralsExtended | The String "Gotcha" appears 2 times in the file. | 460 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 471 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 480 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "***********************************************************************************" appears 2 times in the file. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "messenger" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Bean is not a proxy" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Bean is not an Advised object" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "advice" appears 2 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "jrubyContext.xml" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "calculator" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "messenger" appears 4 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Scripted object should not be instance of Refreshable" appears 2 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World!" appears 9 times in the file. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Must have thrown exception by this point." appears 5 times in the file. | 104 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "jruby-with-xsd.xml" appears 5 times in the file. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "messengerPrototype" appears 2 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "Bye World!" appears 2 times in the file. | 176 | |
| extension | MultipleStringLiteralsExtended | The String "Byebye World!" appears 2 times in the file. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "adder" appears 2 times in the file. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "ri" appears 2 times in the file. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 252 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 3 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 3 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 270 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 276 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "ResourceScriptSource must start off in the 'isModified' state (it obviously isn't)." appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "ResourceScriptSource must not report back as being modified if the underlying File resource is not reporting a changed lastModified time." appears 3 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "messenger" appears 7 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "class GroovyMessenger implements Messenger {\n" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String " private String message = \"Bingo\"\n" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String " public String getMessage() {\n" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String " }\n" appears 6 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String " public void setMessage(String message) {\n" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String " this.message = message\n" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "}" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "inline:package org.springframework.scripting;\n" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "collaborator" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "needsMessenger" appears 2 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "scriptProcessor" appears 2 times in the file. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 33 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 35 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 34 | |
| extension | OverridableMethodInConstructor | Overridable method 'addObject' is called in constructor body. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 7 times in the file. | 97 | |
| extension | ReturnCountExtended | Return count for 'lookup' method is 3 (max allowed is 1). | 117 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 6 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "SimpleNamingContext does not support [javax.naming.Name]" appears 14 times in the file. | 227 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 305 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 95 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 123 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 125 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 125 | |
| extension | ReturnCountExtended | Return count for 'createInitialContextFactory' method is 2 (max allowed is 1). | 194 | |
| extension | MultipleStringLiteralsExtended | The String "]: " appears 2 times in the file. | 207 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 23 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 13 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "bing" appears 7 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "string" appears 2 times in the file. | 94 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 99 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "boing" appears 2 times in the file. | 107 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 123 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 132 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 153 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 157 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 6 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 4 times in the file. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 179 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 3 times in the file. | 190 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "oneOld" appears 2 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "someInnerClass" appears 3 times in the file. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "map" appears 4 times in the file. | 246 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "person" appears 11 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Rod" appears 7 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 12 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "nonExisting" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "someValue" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "changed name correctly" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Same object" appears 3 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "32x" appears 6 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BindException" appears 2 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "Added itself to map" appears 2 times in the file. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Correct number of errors" appears 2 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "Has age errors" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "Correct number of age errors" appears 2 times in the file. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "spouse.name" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "Kerry" appears 5 times in the file. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "spouse" appears 4 times in the file. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "person" appears 26 times in the file. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 66 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Rod" appears 27 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 78 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "nonExisting" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "someValue" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "changed name correctly" appears 8 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "There is one element in map" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "Same object" appears 4 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "on" appears 2 times in the file. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "spouse.name" appears 9 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "Kerry" appears 4 times in the file. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown NotWritablePropertyException" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "spouse.age" appears 15 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "32x" appears 14 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "touchy" appears 25 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "m.y" appears 7 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BindException" appears 2 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "someOtherName" appears 2 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "Added itself to map" appears 2 times in the file. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "Correct number of errors" appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "Has age errors" appears 2 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "Correct number of age errors" appears 2 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "Has touchy errors" appears 2 times in the file. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "Correct number of touchy errors" appears 2 times in the file. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "spouse" appears 15 times in the file. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "object" appears 2 times in the file. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "myFloat" appears 14 times in the file. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "1,2" appears 4 times in the file. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "1,4" appears 2 times in the file. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "1,6" appears 2 times in the file. | 353 | |
| extension | MultipleStringLiteralsExtended | The String "1x2" appears 6 times in the file. | 369 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 400 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | MultipleStringLiteralsExtended | The String "integerList[0]" appears 5 times in the file. | 415 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 498 | |
| extension | MultipleStringLiteralsExtended | The String "myparam" appears 2 times in the file. | 508 | |
| extension | MultipleStringLiteralsExtended | The String "did not change age" appears 5 times in the file. | 516 | |
| extension | MultipleStringLiteralsExtended | The String "someMap[key1]" appears 4 times in the file. | 601 | |
| extension | MultipleStringLiteralsExtended | The String "someMap[key2]" appears 2 times in the file. | 601 | |
| extension | MultipleStringLiteralsExtended | The String "someMap['key3']" appears 2 times in the file. | 602 | |
| extension | MultipleStringLiteralsExtended | The String "someMap[key4]" appears 4 times in the file. | 602 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 3 times in the file. | 605 | |
| extension | MultipleStringLiteralsExtended | The String "someMap['key2']" appears 2 times in the file. | 606 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 3 times in the file. | 606 | |
| extension | MultipleStringLiteralsExtended | The String "someMap[key3]" appears 3 times in the file. | 607 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 2 times in the file. | 607 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 618 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 619 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 3 times in the file. | 630 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong number of errors" appears 2 times in the file. | 641 | |
| extension | MultipleStringLiteralsExtended | The String "required" appears 6 times in the file. | 643 | |
| extension | MultipleStringLiteralsExtended | The String "tb" appears 33 times in the file. | 697 | |
| extension | MultipleStringLiteralsExtended | The String "prefix" appears 2 times in the file. | 702 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 13 times in the file. | 711 | |
| extension | MultipleStringLiteralsExtended | The String "someCode" appears 5 times in the file. | 716 | |
| extension | MultipleStringLiteralsExtended | The String "someMessage" appears 8 times in the file. | 716 | |
| extension | MultipleStringLiteralsExtended | The String "prefixvalue" appears 6 times in the file. | 722 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 728 | |
| extension | MultipleStringLiteralsExtended | The String "spouse.*" appears 3 times in the file. | 728 | |
| extension | MultipleStringLiteralsExtended | The String "argh" appears 4 times in the file. | 744 | |
| extension | MultipleStringLiteralsExtended | The String "my book" appears 2 times in the file. | 816 | |
| extension | MultipleStringLiteralsExtended | The String "1234" appears 2 times in the file. | 817 | |
| extension | MultipleStringLiteralsExtended | The String "my other book" appears 2 times in the file. | 825 | |
| extension | MultipleStringLiteralsExtended | The String "6789" appears 2 times in the file. | 826 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 841 | |
| extension | MultipleStringLiteralsExtended | The String "spouse." appears 11 times in the file. | 856 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 892 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 894 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 912 | |
| extension | MultipleStringLiteralsExtended | The String "NAME_TOUCHY_MISMATCH" appears 4 times in the file. | 916 | |
| extension | MultipleStringLiteralsExtended | The String "GENERAL_ERROR" appears 3 times in the file. | 921 | |
| extension | MultipleStringLiteralsExtended | The String "msg" appears 3 times in the file. | 924 | |
| extension | MultipleStringLiteralsExtended | The String "arg" appears 3 times in the file. | 925 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 927 | |
| extension | MultipleStringLiteralsExtended | The String "TOO_YOUNG" appears 8 times in the file. | 929 | |
| extension | MultipleStringLiteralsExtended | The String "AGE_NOT_ODD" appears 3 times in the file. | 932 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_ROD" appears 22 times in the file. | 934 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 939 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 948 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_ROD.name" appears 4 times in the file. | 952 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_ROD.java.lang.String" appears 4 times in the file. | 953 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 958 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 983 | |
| extension | MultipleStringLiteralsExtended | The String "validation.NAME_TOUCHY_MISMATCH" appears 3 times in the file. | 987 | |
| extension | MultipleStringLiteralsExtended | The String "validation.GENERAL_ERROR" appears 2 times in the file. | 992 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 998 | |
| extension | MultipleStringLiteralsExtended | The String "validation.TOO_YOUNG" appears 6 times in the file. | 1000 | |
| extension | MultipleStringLiteralsExtended | The String "validation.AGE_NOT_ODD" appears 2 times in the file. | 1003 | |
| extension | MultipleStringLiteralsExtended | The String "validation.NOT_ROD" appears 3 times in the file. | 1005 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1010 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1019 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1029 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1047 | |
| extension | MultipleStringLiteralsExtended | The String "SPOUSE_NOT_AVAILABLE" appears 3 times in the file. | 1049 | |
| extension | MultipleStringLiteralsExtended | The String "XXX" appears 2 times in the file. | 1056 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1061 | |
| extension | MultipleStringLiteralsExtended | The String "set" appears 4 times in the file. | 1077 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1081 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1083 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1084 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1085 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1103 | |
| extension | MultipleStringLiteralsExtended | The String "array" appears 6 times in the file. | 1112 | |
| extension | MultipleStringLiteralsExtended | The String "array[0]" appears 25 times in the file. | 1116 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 1116 | |
| extension | MultipleStringLiteralsExtended | The String "array[0].name" appears 10 times in the file. | 1119 | |
| extension | MultipleStringLiteralsExtended | The String "are you sure you're not Rod?" appears 7 times in the file. | 1119 | |
| extension | MultipleStringLiteralsExtended | The String "map[key1].name" appears 10 times in the file. | 1120 | |
| extension | MultipleStringLiteralsExtended | The String "array.nestedIndexedBean.list.name" appears 2 times in the file. | 1149 | |
| extension | MultipleStringLiteralsExtended | The String "list" appears 6 times in the file. | 1152 | |
| extension | MultipleStringLiteralsExtended | The String "array[0].nestedIndexedBean.list[0].name" appears 19 times in the file. | 1156 | |
| extension | MultipleStringLiteralsExtended | The String "test1" appears 6 times in the file. | 1197 | |
| extension | MultipleStringLiteralsExtended | The String "array[1].nestedIndexedBean.list[1].name" appears 6 times in the file. | 1198 | |
| extension | MultipleStringLiteralsExtended | The String "test2" appears 8 times in the file. | 1198 | |
| extension | MultipleStringLiteralsExtended | The String "listtest1" appears 3 times in the file. | 1200 | |
| extension | MultipleStringLiteralsExtended | The String "map[key1]" appears 9 times in the file. | 1276 | |
| extension | MultipleStringLiteralsExtended | The String "map[key0]" appears 27 times in the file. | 1277 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_NULL" appears 9 times in the file. | 1277 | |
| extension | MultipleStringLiteralsExtended | The String "should not be null" appears 3 times in the file. | 1277 | |
| extension | MultipleStringLiteralsExtended | The String "arraya" appears 4 times in the file. | 1279 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_ROD.tb.array[0]" appears 2 times in the file. | 1282 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_ROD.tb.array" appears 2 times in the file. | 1283 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_ROD.array[0]" appears 2 times in the file. | 1284 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_ROD.array" appears 2 times in the file. | 1285 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_ROD.org.springframework.tests.sample.beans.DerivedTestBean" appears 2 times in the file. | 1286 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_NULL.tb.map[key0]" appears 3 times in the file. | 1301 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_NULL.tb.map" appears 3 times in the file. | 1302 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_NULL.map[key0]" appears 3 times in the file. | 1303 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_NULL.map" appears 3 times in the file. | 1304 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_NULL.org.springframework.tests.sample.beans.TestBean" appears 2 times in the file. | 1334 | |
| extension | MultipleStringLiteralsExtended | The String "stringArray" appears 4 times in the file. | 1404 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1413 | |
| extension | MultipleStringLiteralsExtended | The String "a1" appears 2 times in the file. | 1415 | |
| extension | MultipleStringLiteralsExtended | The String "b2" appears 2 times in the file. | 1416 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1431 | |
| extension | MultipleStringLiteralsExtended | The String "typeMismatch" appears 2 times in the file. | 1445 | |
| extension | MultipleStringLiteralsExtended | The String "badName" appears 2 times in the file. | 1472 | |
| extension | MultipleStringLiteralsExtended | The String "list[0].name" appears 2 times in the file. | 1490 | |
| extension | MultipleStringLiteralsExtended | The String "list[1].name" appears 2 times in the file. | 1491 | |
| extension | MultipleStringLiteralsExtended | The String "myName" appears 3 times in the file. | 1500 | |
| extension | MultipleStringLiteralsExtended | The String "invalid" appears 5 times in the file. | 1504 | |
| extension | MultipleStringLiteralsExtended | The String "invalidField" appears 6 times in the file. | 1505 | |
| extension | MultipleStringLiteralsExtended | The String "general error" appears 2 times in the file. | 1508 | |
| extension | MultipleStringLiteralsExtended | The String "invalid field" appears 2 times in the file. | 1509 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1531 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1533 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1538 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 6 times in the file. | 1545 | |
| extension | MultipleStringLiteralsExtended | The String "beanName" appears 2 times in the file. | 1553 | |
| extension | MultipleStringLiteralsExtended | The String "friends[4]" appears 2 times in the file. | 1567 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown InvalidPropertyException" appears 2 times in the file. | 1581 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1585 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1614 | |
| extension | MultipleStringLiteralsExtended | The String "firstValue" appears 2 times in the file. | 1622 | |
| extension | MultipleStringLiteralsExtended | The String "secondValue" appears 2 times in the file. | 1623 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1625 | |
| extension | MultipleStringLiteralsExtended | The String "simply too young" appears 2 times in the file. | 1715 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 1763 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "errorCode" appears 19 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "objectName" appears 11 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "field" appears 5 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "errorCode.objectName.field" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "errorCode.field" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "errorCode.org.springframework.tests.sample.beans.TestBean" appears 4 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "prefix." appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "prefix.errorCode" appears 2 times in the file. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "tb" appears 14 times in the file. | 38 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 35 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "EMPTY" appears 4 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 3 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Roddy" appears 2 times in the file. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "EMPTY_OR_WHITESPACE" appears 12 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "arg" appears 8 times in the file. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "msg" appears 4 times in the file. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "You must enter a name!" appears 2 times in the file. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bvpp" appears 5 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "capp" appears 3 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 5 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanCreationException" appears 2 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 4 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "invalid" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "stringValue" appears 3 times in the file. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bean" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 6 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown MethodConstraintViolationException" appears 5 times in the file. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 8 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "address.street" appears 8 times in the file. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid constraint violation with path '" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "Juergen" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Juergen's Street" appears 2 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "Phil" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "person" appears 5 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "address" appears 2 times in the file. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "NotNull.java.lang.String" appears 2 times in the file. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "NotNull" appears 2 times in the file. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "addressList[0].street" appears 2 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "addressSet[].street" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "mainBean" appears 2 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "inner.value" appears 2 times in the file. | 211 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 238 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 241 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'putUTF8' method is 2 (max allowed is 1). | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 140 | |
| extension | OverridableMethodInConstructor | Overridable method 'readUnsignedShort' is called in constructor body. | 175 | |
| extension | OverridableMethodInConstructor | Overridable method 'readUnsignedShort' is called in constructor body. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "BootstrapMethods" appears 2 times in the file. | 385 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 425 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 437 | |
| extension | MultipleStringLiteralsExtended | The String "Signature" appears 3 times in the file. | 583 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeVisibleAnnotations" appears 3 times in the file. | 586 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeVisibleTypeAnnotations" appears 4 times in the file. | 589 | |
| extension | MultipleStringLiteralsExtended | The String "Deprecated" appears 3 times in the file. | 591 | |
| extension | MultipleStringLiteralsExtended | The String "Synthetic" appears 3 times in the file. | 593 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeInvisibleAnnotations" appears 3 times in the file. | 600 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeInvisibleTypeAnnotations" appears 4 times in the file. | 603 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 607 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 641 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 647 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 653 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 661 | |
| extension | ReturnCountExtended | Return count for 'readField' method is 2 (max allowed is 1). | 713 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 778 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 784 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 790 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 798 | |
| extension | ReturnCountExtended | Return count for 'readMethod' method is 3 (max allowed is 1). | 831 | |
| extension | MoveVariableInsideIf | Variable 'firstAttribute' can be moved inside the block at line '929' to restrict runtime creation. | 853 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 919 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 947 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 961 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 975 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 981 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 987 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 995 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1155 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1171 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1203 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1216 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1228 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1251 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1267 | |
| extension | MoveVariableInsideIf | Variable 'itf' can be moved inside the block at line '1,431' to restrict runtime creation. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1718 | |
| extension | ReturnCountExtended | Return count for 'readAnnotationValue' method is 5 (max allowed is 1). | 1823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2366 | |
| extension | ReturnCountExtended | Return count for 'readConst' method is 7 (max allowed is 1). | 2479 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | ReturnCountExtended | Return count for 'toByteArray' method is 2 (max allowed is 1). | 810 | |
| extension | MultipleStringLiteralsExtended | The String "BootstrapMethods" appears 2 times in the file. | 836 | |
| extension | MultipleStringLiteralsExtended | The String "Signature" appears 2 times in the file. | 841 | |
| extension | MultipleStringLiteralsExtended | The String "SourceFile" appears 2 times in the file. | 846 | |
| extension | MultipleStringLiteralsExtended | The String "SourceDebugExtension" appears 2 times in the file. | 851 | |
| extension | MultipleStringLiteralsExtended | The String "EnclosingMethod" appears 2 times in the file. | 856 | |
| extension | MultipleStringLiteralsExtended | The String "Deprecated" appears 2 times in the file. | 861 | |
| extension | MultipleStringLiteralsExtended | The String "Synthetic" appears 2 times in the file. | 868 | |
| extension | MultipleStringLiteralsExtended | The String "InnerClasses" appears 2 times in the file. | 874 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeVisibleAnnotations" appears 2 times in the file. | 879 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeInvisibleAnnotations" appears 2 times in the file. | 884 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeVisibleTypeAnnotations" appears 2 times in the file. | 889 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeInvisibleTypeAnnotations" appears 2 times in the file. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | ReturnCountExtended | Return count for 'newConstItem' method is 2 (max allowed is 1). | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1649 | |
| extension | ReturnCountExtended | Return count for 'getCommonSuperClass' method is 4 (max allowed is 1). | 1677 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1678 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1683 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 1684 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ConstantValue" appears 2 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "Synthetic" appears 2 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "Deprecated" appears 2 times in the file. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "Signature" appears 2 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeVisibleAnnotations" appears 2 times in the file. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeInvisibleAnnotations" appears 2 times in the file. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeVisibleTypeAnnotations" appears 2 times in the file. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeInvisibleTypeAnnotations" appears 2 times in the file. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 170 | |
| extension | ReturnCountExtended | Return count for 'type' method is 6 (max allowed is 1). | 624 | |
| extension | ReturnCountExtended | Return count for 'init' method is 3 (max allowed is 1). | 773 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 850 | |
| extension | ReturnCountExtended | Return count for 'merge' method is 2 (max allowed is 1). | 1286 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1288 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 1325 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 1331 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 1337 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 1352 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 1374 | |
| extension | ReturnCountExtended | Return count for 'merge' method is 5 (max allowed is 1). | 1395 | |
| extension | MultipleStringLiteralsExtended | The String "java/lang/Object" appears 2 times in the file. | 1431 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | ReturnCountExtended | Return count for 'isEqualTo' method is 7 (max allowed is 1). | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 260 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 387 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 505 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 113 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 184 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 700 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 762 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 835 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | OverridableMethodInConstructor | Overridable method 'visitLabel' is called in constructor body. | 493 | |
| extension | ReturnCountExtended | Return count for 'visitParameterAnnotation' method is 2 (max allowed is 1). | 564 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 806 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 809 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 814 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 895 | |
| extension | MoveVariableInsideIf | Variable 'argSize' can be moved inside the block at line '943' to restrict runtime creation. | 941 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 947 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1003 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1021 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1045 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1080 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1096 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1149 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1151 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | MultipleStringLiteralsExtended | The String "Method code too large!" appears 2 times in the file. | 1409 | |
| extension | MultipleStringLiteralsExtended | The String "java/lang/Throwable" appears 2 times in the file. | 1420 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1446 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1559 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1599 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1705 | |
| extension | MultipleStringLiteralsExtended | The String "Code" appears 2 times in the file. | 2038 | |
| extension | MultipleStringLiteralsExtended | The String "LocalVariableTable" appears 2 times in the file. | 2041 | |
| extension | MultipleStringLiteralsExtended | The String "LocalVariableTypeTable" appears 2 times in the file. | 2045 | |
| extension | MultipleStringLiteralsExtended | The String "LineNumberTable" appears 2 times in the file. | 2049 | |
| extension | MultipleStringLiteralsExtended | The String "StackMapTable" appears 2 times in the file. | 2054 | |
| extension | MultipleStringLiteralsExtended | The String "StackMap" appears 2 times in the file. | 2054 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeVisibleTypeAnnotations" appears 4 times in the file. | 2058 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeInvisibleTypeAnnotations" appears 4 times in the file. | 2062 | |
| extension | MultipleStringLiteralsExtended | The String "Exceptions" appears 2 times in the file. | 2071 | |
| extension | MultipleStringLiteralsExtended | The String "Synthetic" appears 2 times in the file. | 2077 | |
| extension | MultipleStringLiteralsExtended | The String "Deprecated" appears 2 times in the file. | 2082 | |
| extension | MultipleStringLiteralsExtended | The String "Signature" appears 2 times in the file. | 2086 | |
| extension | MultipleStringLiteralsExtended | The String "MethodParameters" appears 2 times in the file. | 2091 | |
| extension | MultipleStringLiteralsExtended | The String "AnnotationDefault" appears 2 times in the file. | 2095 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeVisibleAnnotations" appears 2 times in the file. | 2099 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeInvisibleAnnotations" appears 2 times in the file. | 2103 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeVisibleParameterAnnotations" appears 2 times in the file. | 2115 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeInvisibleParameterAnnotations" appears 2 times in the file. | 2122 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2374 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2375 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 2376 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 2693 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 2719 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 285 | |
| extension | ReturnCountExtended | Return count for 'getType' method is 11 (max allowed is 1). | 446 | |
| extension | ReturnCountExtended | Return count for 'getClassName' method is 10 (max allowed is 1). | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 862 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 880 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 151 position 64 need optimization. All method calls are advised to move to end of logic expression. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 36 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Name must not be null" appears 4 times in the file. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'findBridgedMethod' method is 3 (max allowed is 1). | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 94 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 121 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 133 | |
| extension | ReturnCountExtended | Return count for 'findGenericDeclaration' method is 3 (max allowed is 1). | 141 | |
| extension | ReturnCountExtended | Return count for 'isResolvedTypeMatch' method is 3 (max allowed is 1). | 170 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 94 | |
| extension | ReturnCountExtended | Return count for 'createCollection' method is 3 (max allowed is 1). | 157 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 185 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 199 | |
| extension | ReturnCountExtended | Return count for 'createMap' method is 3 (max allowed is 1). | 253 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolveProxyClass' method is 3 (max allowed is 1). | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 161 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 162 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 193 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 194 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 215 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 216 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 247 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 248 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 267 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Class must not be null" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 101 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 132 | |
| extension | ReturnCountExtended | Return count for 'getVariableNameForReturnType' method is 2 (max allowed is 1). | 168 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "'attributeName' must not be null" appears 2 times in the file. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "MethodParameter must not be null" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Class must not be null" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Method must not be null" appears 2 times in the file. | 87 | |
| extension | ReturnCountExtended | Return count for 'resolveReturnTypeForGenericMethod' method is 4 (max allowed is 1). | 124 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 168 position 38 need optimization. All method calls are advised to move to end of logic expression. | 168 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 247 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 321 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 79 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 93 | |
| extension | ReturnCountExtended | Return count for 'inspectClass' method is 3 (max allowed is 1). | 100 | |
| extension | MultipleStringLiteralsExtended | The String "] - unable to determine constructor/method parameter names" appears 2 times in the file. | 107 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 113 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 170 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 174 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 255 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 281 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 298 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 301 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 317 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 320 | |
| extension | ReturnCountExtended | Return count for 'getNestedParameterType' method is 3 (max allowed is 1). | 334 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 381 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 413 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 420 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 443 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 463 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 468 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 102 | |
| extension | ReturnCountExtended | Return count for 'contains' method is 4 (max allowed is 1). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 103 | |
| extension | ReturnCountExtended | Return count for 'contains' method is 4 (max allowed is 1). | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 67 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 68 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 79 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 94 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 106 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 59 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 167 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 178 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 179 | |
| extension | ReturnCountExtended | Return count for 'isAssignableFrom' method is 8 (max allowed is 1). | 197 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 207 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 220 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 230 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 297 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 415 | |
| extension | ReturnCountExtended | Return count for 'hasUnresolvableGenerics' method is 3 (max allowed is 1). | 442 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 542 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 543 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 690 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 694 position 33 need optimization. All method calls are advised to move to end of logic expression. | 694 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 699 | |
| extension | ReturnCountExtended | Return count for 'resolveType' method is 4 (max allowed is 1). | 709 | |
| extension | ReturnCountExtended | Return count for 'resolveVariable' method is 4 (max allowed is 1). | 742 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 775 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 792 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 822 | |
| extension | ReturnCountExtended | Return count for 'toString' method is 2 (max allowed is 1). | 830 | |
| extension | MultipleStringLiteralsExtended | The String "?" appears 2 times in the file. | 835 | |
| extension | MultipleStringLiteralsExtended | The String "Source class must not be null" appears 4 times in the file. | 867 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 885 | |
| extension | MultipleStringLiteralsExtended | The String "Generics must not be null" appears 2 times in the file. | 897 | |
| extension | MultipleStringLiteralsExtended | The String "Field must not be null" appears 5 times in the file. | 927 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 959 | |
| extension | MultipleStringLiteralsExtended | The String "Constructor must not be null" appears 2 times in the file. | 1003 | |
| extension | MultipleStringLiteralsExtended | The String "Method must not be null" appears 4 times in the file. | 1034 | |
| extension | MultipleStringLiteralsExtended | The String "MethodParameter must not be null" appears 2 times in the file. | 1105 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1106 | |
| extension | ReturnCountExtended | Return count for 'forType' method is 2 (max allowed is 1). | 1193 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1329 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1354 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | ReturnCountExtended | Return count for 'forTypeProvider' method is 2 (max allowed is 1). | 152 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 4 (max allowed is 1). | 235 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 247 position 49 need optimization. All method calls are advised to move to end of logic expression. | 247 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 250 position 51 need optimization. All method calls are advised to move to end of logic expression. | 250 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 261 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "Could not find original class structure" appears 2 times in the file. | 301 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 360 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 390 position 35 need optimization. All method calls are advised to move to end of logic expression. | 390 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot register alias '" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "' for name '" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "': It is already registered for name '" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "'." appears 2 times in the file. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 58 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 43 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 54 | |
| extension | ReturnNullInsteadOfBoolean | Method declares to return Boolean and returns null. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 141 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 165 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 192 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 194 position 69 need optimization. All method calls are advised to move to end of logic expression. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'findOrder' method is 3 (max allowed is 1). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 68 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 96 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 125 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 143 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 146 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 161 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 164 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 220 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 302 | |
| extension | ReturnCountExtended | Return count for 'findAnnotation' method is 5 (max allowed is 1). | 356 | |
| extension | MultipleStringLiteralsExtended | The String "Class must not be null" appears 3 times in the file. | 357 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 375 | |
| extension | MultipleStringLiteralsExtended | The String "Annotation type must not be null" appears 3 times in the file. | 416 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 492 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 517 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 589 | |
| extension | ReturnCountExtended | Return count for 'adaptValue' method is 3 (max allowed is 1). | 609 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 666 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 722 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 763 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 769 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 780 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 782 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 818 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 75 | |
| extension | ReturnCountExtended | Return count for 'resolveName' method is 2 (max allowed is 1). | 131 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 197 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 255 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 79 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 119 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 125 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 167 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "Not a java.util.Map" appears 2 times in the file. | 370 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 464 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 471 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 536 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 556 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 578 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 579 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 690 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 105 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 110 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 75 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'convert' method is 3 (max allowed is 1). | 62 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 80 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 40 | |
| extension | ReturnCountExtended | Return count for 'canConvertElements' method is 4 (max allowed is 1). | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 52 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "targetType to convert to cannot be null" appears 5 times in the file. | 137 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 138 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 149 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 169 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 255 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 281 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 291 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 296 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 380 | |
| extension | MultipleStringLiteralsExtended | The String " : " appears 2 times in the file. | 380 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 430 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 458 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 464 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 470 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 481 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 484 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 564 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 565 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 572 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 622 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 637 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 673 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 59 | |
| extension | ReturnCountExtended | Return count for 'getFinder' method is 2 (max allowed is 1). | 75 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'convert' method is 3 (max allowed is 1). | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 58 | |
| extension | ReturnCountExtended | Return count for 'convert' method is 3 (max allowed is 1). | 64 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 89 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 91 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 100 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 35 | |
| extension | ReturnNullInsteadOfBoolean | Method declares to return Boolean and returns null. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 55 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 106 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 108 | |
| extension | OverridableMethodInConstructor | Overridable method 'customizePropertySources' is called in constructor body. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "Profile array must not be null" appears 2 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid profile [" appears 2 times in the file. | 354 | |
| extension | MultipleStringLiteralsExtended | The String "Caught AccessControlException when accessing system " appears 2 times in the file. | 384 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 138 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "required key [%s] not found" appears 2 times in the file. | 151 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 85 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 104 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | OverridableMethodInConstructor | Overridable method 'addLast' is called in constructor body. | 63 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 84 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 111 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "%s [name='%s']" appears 2 times in the file. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getProperty' method is 2 (max allowed is 1). | 73 | |
| extension | MultipleStringLiteralsExtended | The String "Searching for key '%s' in [%s]" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Could not find key '%s' in any property source. Returning [null]" appears 2 times in the file. | 103 | |
| extension | ReturnCountExtended | Return count for 'getPropertyAsClass' method is 2 (max allowed is 1). | 109 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "=" appears 3 times in the file. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 81 | |
| extension | ReturnCountExtended | Return count for 'resolvePropertyName' method is 4 (max allowed is 1). | 103 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 131 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'exists' method is 4 (max allowed is 1). | 88 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 100 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 62 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 116 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Path must not be null" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 78 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 82 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 124 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 135 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 43 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 106 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 193 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 67 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Path must not be null" appears 2 times in the file. | 58 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 115 | |
| extension | MultipleStringLiteralsExtended | The String " (is a directory)" appears 2 times in the file. | 128 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 163 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 141 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 132 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 72 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 82 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "getChild" appears 3 times in the file. | 72 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 105 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 109 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Super call could be removed: Class 'EncodedResource' does not extend anything. | 81 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 119 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 188 | |
| extension | ReturnCountExtended | Return count for 'getResources' method is 4 (max allowed is 1). | 267 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 11 times in the file. | 306 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 320 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 322 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 374 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 385 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 409 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 512 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 521 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 536 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 543 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 625 | |
| extension | ReturnCountExtended | Return count for 'retrieveMatchingFiles' method is 4 (max allowed is 1). | 641 | |
| extension | MultipleStringLiteralsExtended | The String "Skipping [" appears 2 times in the file. | 645 | |
| extension | MultipleStringLiteralsExtended | The String "] because the application is not allowed to read the directory" appears 2 times in the file. | 659 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 668 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 742 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 747 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 3 (max allowed is 1). | 751 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 756 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 69 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 139 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 151 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 110 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 123 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\'" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 50 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'SimpleAsyncTaskExecutor' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 73 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 166 position 25 need optimization. All method calls are advised to move to end of logic expression. | 166 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 177 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 184 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 191 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 198 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Manual shutdown not supported - ExecutorServiceAdapter is dependent on an external lifecycle" appears 3 times in the file. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Executor [" appears 5 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "] did not accept task: " appears 5 times in the file. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 105 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 85 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 92 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 98 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 103 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 109 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 69 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 71 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'CachingMetadataReaderFactory' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 75 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 76 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 77 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 78 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 100 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 174 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 179 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 87 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 92 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 97 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 97 position 36 need optimization. All method calls are advised to move to end of logic expression. | 97 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 113 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 51 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'match' method is 2 (max allowed is 1). | 56 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 87 | |
| extension | ReturnNullInsteadOfBoolean | Method declares to return Boolean and returns null. | 144 | |
| extension | ReturnNullInsteadOfBoolean | Method declares to return Boolean and returns null. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 104 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 107 | |
| extension | ReturnNullInsteadOfBoolean | Method declares to return Boolean and returns null. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 71 | |
| extension | ReturnNullInsteadOfBoolean | Method declares to return Boolean and returns null. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 99 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 135 | |
| extension | ReturnCountExtended | Return count for 'doMatch' method is 14 (max allowed is 1). | 156 | |
| extension | MultipleStringLiteralsExtended | The String "**" appears 8 times in the file. | 172 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "*" appears 4 times in the file. | 191 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 247 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 248 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 402 | |
| extension | ReturnCountExtended | Return count for 'combine' method is 6 (max allowed is 1). | 428 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 440 position 33 need optimization. All method calls are advised to move to end of logic expression. | 440 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 465 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 466 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 509 | |
| extension | MultipleStringLiteralsExtended | The String ".*" appears 2 times in the file. | 522 | |
| extension | ReturnCountExtended | Return count for 'compare' method is 14 (max allowed is 1). | 608 | |
| extension | OverridableMethodInConstructor | Overridable method 'initCounters' is called in constructor body. | 690 | |
| extension | MultipleStringLiteralsExtended | The String "/**" appears 2 times in the file. | 691 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 695 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 711 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 738 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Type to check against must not be null" appears 2 times in the file. | 335 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "]. Root cause is " appears 2 times in the file. | 292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "[]" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 2 times in the file. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 68 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 161 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 172 | |
| extension | ReturnCountExtended | Return count for 'forName' method is 6 (max allowed is 1). | 212 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 249 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 286 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "Instance must not be null" appears 3 times in the file. | 343 | |
| extension | ReturnCountExtended | Return count for 'isCacheSafe' method is 4 (max allowed is 1). | 369 | |
| extension | MultipleStringLiteralsExtended | The String "Class must not be null" appears 16 times in the file. | 370 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 432 | |
| extension | MultipleStringLiteralsExtended | The String "Class name must not be null" appears 2 times in the file. | 469 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 471 | |
| extension | MultipleStringLiteralsExtended | The String "Method must not be null" appears 2 times in the file. | 513 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 3 times in the file. | 514 | |
| extension | ReturnCountExtended | Return count for 'getDescriptiveType' method is 3 (max allowed is 1). | 524 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 555 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 570 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 602 | |
| extension | MultipleStringLiteralsExtended | The String "Method name must not be null" appears 5 times in the file. | 621 | |
| extension | MultipleStringLiteralsExtended | The String "Expected method not found: " appears 2 times in the file. | 627 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 631 | |
| extension | ReturnCountExtended | Return count for 'getMethodIfAvailable' method is 3 (max allowed is 1). | 663 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 675 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 739 | |
| extension | ReturnCountExtended | Return count for 'getMostSpecificMethod' method is 2 (max allowed is 1). | 762 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 763 position 59 need optimization. All method calls are advised to move to end of logic expression. | 763 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 777 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 800 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 863 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 874 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 885 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 896 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 896 position 30 need optimization. All method calls are advised to move to end of logic expression. | 896 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 939 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 981 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1061 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1138 | |
| extension | ReturnCountExtended | Return count for 'determineCommonAncestor' method is 4 (max allowed is 1). | 1173 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1209 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1232 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 51 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "'map' must not be null" appears 2 times in the file. | 355 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 356 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 419 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 424 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 438 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 47 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 216 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 217 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 218 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 220 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 227 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 228 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 234 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 235 | |
| extension | ReturnCountExtended | Return count for 'doTask' method is 2 (max allowed is 1). | 468 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 473 position 48 need optimization. All method calls are advised to move to end of logic expression. | 473 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 481 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 486 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 526 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 545 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 554 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 607 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 701 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 714 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 720 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 733 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 802 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 855 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 927 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 34 | |
| extension | OverridableMethodInConstructor | Overridable method 'getDefaultThreadNamePrefix' is called in constructor body. | 51 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 59 | |
| extension | OverridableMethodInConstructor | Overridable method 'getDefaultThreadNamePrefix' is called in constructor body. | 59 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No input File specified" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "No output File specified" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "No input byte array specified" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "No OutputStream specified" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "No Writer specified" appears 2 times in the file. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'LinkedCaseInsensitiveMap' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 59 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 61 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 86 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 38 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 86 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Log4j config file [" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "] not found" appears 2 times in the file. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 126 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 169 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 50 | |
| extension | OverridableMethodInConstructor | Overridable method 'checkParameters' is called in constructor body. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 3 times in the file. | 182 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 205 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 263 | |
| extension | ReturnCountExtended | Return count for 'includes' method is 3 (max allowed is 1). | 292 | |
| extension | ReturnCountExtended | Return count for 'isCompatibleWith' method is 2 (max allowed is 1). | 336 | |
| extension | ReturnCountExtended | Return count for 'compareTo' method is 5 (max allowed is 1). | 379 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 392 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 394 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 427 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 484 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 494 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 506 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "*/*" appears 2 times in the file. | 48 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 247 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 250 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 265 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 326 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | ReturnCountExtended | Return count for 'convertNumberToTargetClass' method is 3 (max allowed is 1). | 80 | |
| extension | MultipleStringLiteralsExtended | The String "Target class must not be null" appears 3 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Could not convert number [" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "] of type [" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "] to target class [" appears 2 times in the file. | 158 | |
| extension | ReturnCountExtended | Return count for 'parseNumber' method is 3 (max allowed is 1). | 181 | |
| extension | MultipleStringLiteralsExtended | The String "Text must not be null" appears 2 times in the file. | 182 | |
| extension | ReturnCountExtended | Return count for 'parseNumber' method is 2 (max allowed is 1). | 231 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 249 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 267 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "0x" appears 2 times in the file. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "0X" appears 2 times in the file. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "#" appears 2 times in the file. | 268 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 302 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 88 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 97 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 182 | |
| extension | ReturnCountExtended | Return count for 'nullSafeEquals' method is 11 (max allowed is 1). | 239 | |
| extension | ReturnCountExtended | Return count for 'nullSafeHashCode' method is 10 (max allowed is 1). | 297 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 473 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 550 | |
| extension | ReturnCountExtended | Return count for 'nullSafeToString' method is 10 (max allowed is 1). | 560 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 595 | |
| extension | ReturnCountExtended | Return count for 'nullSafeToString' method is 2 (max allowed is 1). | 638 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 717 | |
| extension | ReturnCountExtended | Return count for 'nullSafeToString' method is 2 (max allowed is 1). | 732 | |
| extension | ReturnCountExtended | Return count for 'nullSafeToString' method is 2 (max allowed is 1). | 764 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'simpleMatch' method is 6 (max allowed is 1). | 36 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | MoveVariableInsideIf | Variable 'defaultValue' can be moved inside the block at line '154' to restrict runtime creation. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 165 | |
| extension | ReturnCountExtended | Return count for 'findPlaceholderEndIndex' method is 2 (max allowed is 1). | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Class must not be null" appears 2 times in the file. | 81 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 84 position 42 need optimization. All method calls are advised to move to end of logic expression. | 84 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected reflection exception - " appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String ": " appears 2 times in the file. | 113 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 133 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 165 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "Should never get here" appears 2 times in the file. | 207 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 242 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 352 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 364 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 372 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 380 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 394 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 412 | |
| extension | MultipleStringLiteralsExtended | The String "': " appears 2 times in the file. | 497 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 516 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 533 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 697 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 709 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 722 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 726 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getURL' method is 3 (max allowed is 1). | 124 | |
| extension | MultipleStringLiteralsExtended | The String "Resource location must not be null" appears 2 times in the file. | 125 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "class path resource [" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 131 | |
| extension | AvoidHidingCauseException | Cause exception 'ex2' was lost. | 147 | |
| extension | ReturnCountExtended | Return count for 'getFile' method is 3 (max allowed is 1). | 164 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 170 | |
| extension | MultipleStringLiteralsExtended | The String " cannot be resolved to absolute file path " appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "because it does not reside in the file system: " appears 2 times in the file. | 214 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 265 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 277 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 289 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 73 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 203 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "'minPort' must be greater than 0" appears 2 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "'maxPort' must be greater than 'minPort'" appears 2 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "'maxPort' must be less than or equal to " appears 2 times in the file. | 252 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 287 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "-----------------------------------------\n" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No InputStream specified" appears 3 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "No OutputStream specified" appears 4 times in the file. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 57 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 84 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 101 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 389 position 53 need optimization. All method calls are advised to move to end of logic expression. | 389 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 451 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 451 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 462 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 532 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 635 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 688 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 689 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 703 | |
| extension | MultipleStringLiteralsExtended | The String "GMT" appears 2 times in the file. | 735 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 802 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 834 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 848 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 867 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 882 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 900 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 904 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1002 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1005 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1053 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 1080 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1090 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 79 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'isAssignable' method is 10 (max allowed is 1). | 42 | |
| extension | ReturnCountExtended | Return count for 'isAssignable' method is 3 (max allowed is 1). | 112 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 124 | |
| extension | ReturnCountExtended | Return count for 'isAssignable' method is 3 (max allowed is 1). | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 118 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 202 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 214 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 29 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "Comparator must not be null" appears 2 times in the file. | 47 | |
| extension | OverridableMethodInConstructor | Overridable method 'setAscending' is called in constructor body. | 60 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 115 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 115 position 51 need optimization. All method calls are advised to move to end of logic expression. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 95 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 98 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 113 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 113 position 65 need optimization. All method calls are advised to move to end of logic expression. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 35 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "'callback' must not be null" appears 3 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 31 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 95 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http://xml.org/sax/properties/lexical-handler" appears 2 times in the file. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "parser must be on START_ELEMENT or END_ELEMENT state" appears 2 times in the file. | 87 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 146 position 60 need optimization. All method calls are advised to move to end of logic expression. | 146 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 146 position 101 need optimization. All method calls are advised to move to end of logic expression. | 146 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 147 position 59 need optimization. All method calls are advised to move to end of logic expression. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 67 | |
| extension | MoveVariableInsideIf | Variable 'attrUri' can be moved inside the block at line '83' to restrict runtime creation. | 80 | |
| extension | MoveVariableInsideIf | Variable 'value' can be moved inside the block at line '83' to restrict runtime creation. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Element must not be null" appears 4 times in the file. | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 115 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 126 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 182 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 87 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 98 position 31 need optimization. All method calls are advised to move to end of logic expression. | 98 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 100 position 58 need optimization. All method calls are advised to move to end of logic expression. | 100 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 170 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 174 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 178 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "CDATA" appears 2 times in the file. | 318 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 83 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 84 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 122 position 29 need optimization. All method calls are advised to move to end of logic expression. | 122 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 147 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 151 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 155 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 159 | |
| extension | MoveVariableInsideIf | Variable 'prefix' can be moved inside the block at line '187' to restrict runtime creation. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "CDATA" appears 2 times in the file. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "Source '" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "' is neither StaxSource nor StAXSource" appears 2 times in the file. | 107 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "Result '" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "' is neither StaxResult nor StAXResult" appears 2 times in the file. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Transformer must not be null" appears 2 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'attribute' can be moved inside the block at line '199' to restrict runtime creation. | 198 | |
| extension | MoveVariableInsideIf | Variable 'namespace' can be moved inside the block at line '260' to restrict runtime creation. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'detectValidationMode' method is 2 (max allowed is 1). | 89 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 95 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 109 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 139 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 166 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 167 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "someMethod" appears 5 times in the file. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "Unbridged method not returned directly" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect bridged method returned" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "someVarargMethod" appears 2 times in the file. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "add" appears 4 times in the file. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "T" appears 3 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "load" appears 3 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "loadFromParent" appears 2 times in the file. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "boundedOperation" appears 2 times in the file. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "receive" appears 5 times in the file. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "saveOrUpdate" appears 2 times in the file. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | MultipleStringLiteralsExtended | The String "save" appears 4 times in the file. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "saveVararg" appears 2 times in the file. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "get" appears 2 times in the file. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | MultipleStringLiteralsExtended | The String "doSomething" appears 2 times in the file. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "method2" appears 2 times in the file. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 332 | |
| extension | MultipleStringLiteralsExtended | The String "findBy" appears 2 times in the file. | 339 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 717 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 724 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 796 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 812 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 965 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 970 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 975 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1305 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should have thrown a ClassCastException" appears 5 times in the file. | 76 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 79 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 121 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 125 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 143 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 161 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 173 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 199 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 213 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 244 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 249 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 254 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 283 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 288 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "DOG" appears 14 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "bogus" appears 9 times in the file. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "S1" appears 11 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "CAT" appears 11 times in the file. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "D" appears 4 times in the file. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "prefix" appears 2 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "myProperty" appears 4 times in the file. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "_PROPERTY" appears 2 times in the file. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "DoG" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "cAt" appears 2 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "s1" appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown ConstantException" appears 5 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "Must have returned *all* public static final values" appears 3 times in the file. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 3 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "testing" appears 2 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testObjectList" appears 3 times in the file. | 40 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "b2" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "b3" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "d2" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "d3" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "e2" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "e3" appears 2 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "{T=java.util.Collection<java.lang.String>}" appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "{T=class java.lang.Integer}" appears 2 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "array" appears 2 times in the file. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "should find method info" appears 11 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "no argument names" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "one argument" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "should find cons info" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "staticMethod" appears 4 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "two arguments" appears 4 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 9 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 5 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "three arguments" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "instanceMethod" appears 4 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "aa" appears 2 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 3 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "param" appears 2 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "obj" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "i" appears 2 times in the file. | 179 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "method" appears 3 times in the file. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "mesg of mine" appears 2 times in the file. | 32 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "mesg for this exception" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "this is the obscure message of the root cause" appears 2 times in the file. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 56 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "?" appears 3 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "charSequenceList" appears 6 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "charSequenceParameter" appears 4 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "Method must not be null" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "nested" appears 4 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "charSequenceReturn" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "classType" appears 4 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "parameterizedType" appears 8 times in the file. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "arrayClassType" appears 4 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "genericArrayType" appears 5 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "wildcardType" appears 3 times in the file. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "typeVariableType" appears 4 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.List<java.lang.String>" appears 6 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.List<E>" appears 2 times in the file. | 302 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 351 | |
| extension | MultipleStringLiteralsExtended | The String "stringList" appears 9 times in the file. | 404 | |
| extension | MultipleStringLiteralsExtended | The String "stringIntegerMultiValueMap" appears 3 times in the file. | 410 | |
| extension | MultipleStringLiteralsExtended | The String "stringListList" appears 4 times in the file. | 417 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.Collection<java.util.List<java.lang.String>>" appears 2 times in the file. | 425 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.Collection<java.lang.String>" appears 2 times in the file. | 426 | |
| extension | MultipleStringLiteralsExtended | The String "E" appears 2 times in the file. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "genericMultiArrayType" appears 2 times in the file. | 509 | |
| extension | MultipleStringLiteralsExtended | The String "stringArrayList" appears 2 times in the file. | 516 | |
| extension | MultipleStringLiteralsExtended | The String "variableTypeGenericArray" appears 3 times in the file. | 525 | |
| extension | MultipleStringLiteralsExtended | The String "T[]" appears 3 times in the file. | 526 | |
| extension | MultipleStringLiteralsExtended | The String "wildcardSuperType" appears 2 times in the file. | 555 | |
| extension | MultipleStringLiteralsExtended | The String "stringIntegerMultiValueMapSwitched" appears 2 times in the file. | 585 | |
| extension | MultipleStringLiteralsExtended | The String "listOfListOfUnknown" appears 2 times in the file. | 594 | |
| extension | MultipleStringLiteralsExtended | The String "typedReturn" appears 7 times in the file. | 607 | |
| extension | MultipleStringLiteralsExtended | The String "typedParameter" appears 5 times in the file. | 715 | |
| extension | MultipleStringLiteralsExtended | The String "T" appears 10 times in the file. | 718 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.List<?>" appears 2 times in the file. | 814 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.List<java.lang.String>[]" appears 2 times in the file. | 818 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.List<java.lang.Number>" appears 2 times in the file. | 820 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.List<java.util.List<java.lang.String>>" appears 2 times in the file. | 824 | |
| extension | MultipleStringLiteralsExtended | The String "field " appears 2 times in the file. | 854 | |
| extension | MultipleStringLiteralsExtended | The String " toString" appears 2 times in the file. | 854 | |
| extension | MultipleStringLiteralsExtended | The String "o" appears 3 times in the file. | 908 | |
| extension | MultipleStringLiteralsExtended | The String "listo" appears 2 times in the file. | 939 | |
| extension | MultipleStringLiteralsExtended | The String "lists" appears 2 times in the file. | 940 | |
| extension | MultipleStringLiteralsExtended | The String "listc" appears 2 times in the file. | 964 | |
| extension | MultipleStringLiteralsExtended | The String "listxo" appears 2 times in the file. | 966 | |
| extension | MultipleStringLiteralsExtended | The String "listxc" appears 3 times in the file. | 967 | |
| extension | MultipleStringLiteralsExtended | The String "listxs" appears 3 times in the file. | 968 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1101 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.Map<java.lang.Integer, java.util.List<java.lang.String>>" appears 2 times in the file. | 1108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1209 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 1301 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 1303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "parameterizedType" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.List<java.lang.String>" appears 3 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value for TxConfig." appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "TxConfig" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 5 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "value for DerivedTxConfig." appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "DerivedTxConfig" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "readOnly" appears 2 times in the file. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 4 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "dave" appears 4 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "names" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "frank" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "hal" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "bool1" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "bool2" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "color" appears 6 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "clazz" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "classes" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "number" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "algernon" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "anno" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "annoArray" appears 2 times in the file. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "RED" appears 3 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "attributeName must not be null or empty" appears 2 times in the file. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "something" appears 3 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "meta2" appears 4 times in the file. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 290 | |
| extension | MultipleStringLiteralsExtended | The String "NonPublicAnnotation" appears 2 times in the file. | 308 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 341 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 372 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong instance at index '" appears 2 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong number of items" appears 2 times in the file. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "testParameterPrimitive" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "int" appears 2 times in the file. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.String" appears 2 times in the file. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.List" appears 4 times in the file. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.List<?>" appears 2 times in the file. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.Integer[]" appears 2 times in the file. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.Map" appears 3 times in the file. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "getProperty" appears 5 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "setProperty" appears 5 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "getListProperty" appears 2 times in the file. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "setListProperty" appears 2 times in the file. | 254 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 284 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 321 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 335 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 369 | |
| extension | MultipleStringLiteralsExtended | The String "fieldScalar" appears 2 times in the file. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 395 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 401 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 415 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 462 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 467 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 476 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 488 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 489 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 490 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 491 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 499 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 500 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 501 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 502 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 510 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 511 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 512 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 519 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 520 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 521 | |
| extension | MultipleStringLiteralsExtended | The String "test4" appears 4 times in the file. | 551 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 555 | |
| extension | MultipleStringLiteralsExtended | The String "test5" appears 2 times in the file. | 568 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 572 | |
| extension | MultipleStringLiteralsExtended | The String "test6" appears 2 times in the file. | 599 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 616 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 626 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 640 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 642 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 643 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 646 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 656 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 658 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 659 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 662 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 672 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 674 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 675 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 676 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 689 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 691 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 692 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 693 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 719 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 725 | |
| extension | MultipleStringLiteralsExtended | The String "mapPreserveContext" appears 2 times in the file. | 738 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 740 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 746 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 761 | |
| extension | MultipleStringLiteralsExtended | The String "listField" appears 8 times in the file. | 782 | |
| extension | MultipleStringLiteralsExtended | The String "mapField" appears 8 times in the file. | 786 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 793 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 794 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 795 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 800 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 801 | |
| extension | MultipleStringLiteralsExtended | The String "notGenericList" appears 2 times in the file. | 801 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 802 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 803 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 804 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 807 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 809 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 813 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 814 | |
| extension | MultipleStringLiteralsExtended | The String "notGenericMap" appears 2 times in the file. | 814 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 815 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 816 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 817 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 820 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 822 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 827 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 834 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 834 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 844 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 844 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 856 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 48 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 53 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 58 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 4 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "9" appears 4 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "37" appears 4 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "12" appears 3 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "23" appears 3 times in the file. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "objectToCollection" appears 2 times in the file. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "Element" appears 2 times in the file. | 173 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 5 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "resources" appears 5 times in the file. | 213 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 218 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 229 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 236 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 238 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 245 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 247 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 257 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 336 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 338 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 340 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 342 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 344 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 346 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 348 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 350 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 352 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 36 times in the file. | 64 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "invalid" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 29 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 84 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "1.0" appears 12 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "100" appears 2 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "100.00" appears 2 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "BAR" appears 4 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "BAZ" appears 3 times in the file. | 217 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 24 times in the file. | 287 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 293 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "genericList" appears 7 times in the file. | 298 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'conversionService'. | 306 | |
| extension | MultipleStringLiteralsExtended | The String "#" appears 2 times in the file. | 316 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "1,2,3" appears 8 times in the file. | 343 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 428 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 440 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 452 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 452 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 506 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 514 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 568 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 588 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 616 | |
| extension | MultipleStringLiteralsExtended | The String "9" appears 3 times in the file. | 618 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 624 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 624 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 628 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 639 | |
| extension | MultipleStringLiteralsExtended | The String "6" appears 2 times in the file. | 641 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 653 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 654 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 670 | |
| extension | MultipleStringLiteralsExtended | The String "123456789" appears 10 times in the file. | 678 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 688 | |
| extension | MultipleStringLiteralsExtended | The String "GMT+1" appears 3 times in the file. | 688 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 693 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 712 | |
| extension | MultipleStringLiteralsExtended | The String "a,b,c" appears 2 times in the file. | 738 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 853 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Should have failed" appears 4 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 14 times in the file. | 108 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 116 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 121 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 180 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 186 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 191 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "#000000" appears 3 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "#" appears 2 times in the file. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 270 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 278 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 288 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 289 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 289 | |
| extension | MultipleStringLiteralsExtended | The String "RESULT" appears 4 times in the file. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "x1" appears 2 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "z3" appears 2 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 8 times in the file. | 327 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 354 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 2 times in the file. | 374 | |
| extension | MultipleStringLiteralsExtended | The String "convert 4,000,000 with conversion service" appears 3 times in the file. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | MultipleStringLiteralsExtended | The String "convert 4,000,000 manually" appears 3 times in the file. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 428 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 5 times in the file. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 439 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 465 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 481 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 489 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 492 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 499 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 501 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 507 | |
| extension | MultipleStringLiteralsExtended | The String "integerCollection" appears 5 times in the file. | 508 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 509 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 511 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 516 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 533 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 534 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 542 | |
| extension | MultipleStringLiteralsExtended | The String "Did not thow IllegalArgumentException" appears 2 times in the file. | 549 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 569 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 579 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 581 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 591 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 601 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 602 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 611 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 662 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 669 | |
| extension | MultipleStringLiteralsExtended | The String "testX" appears 16 times in the file. | 725 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 21 times in the file. | 726 | |
| extension | MultipleStringLiteralsExtended | The String "stringCollection" appears 6 times in the file. | 726 | |
| extension | MultipleStringLiteralsExtended | The String "rawCollection" appears 6 times in the file. | 730 | |
| extension | MultipleStringLiteralsExtended | The String "genericCollection" appears 5 times in the file. | 732 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 895 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 899 | |
| extension | MultipleStringLiteralsExtended | The String "X" appears 3 times in the file. | 998 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 1092 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 1095 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 1097 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 1099 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 1101 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 1103 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 1105 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 1107 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 1109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 10 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "9" appears 7 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 9 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "37" appears 7 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "scalarMapTarget" appears 2 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "12" appears 4 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "23" appears 4 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "collectionMapTarget" appears 2 times in the file. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "multiValueMapTarget" appears 2 times in the file. | 222 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 233 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 246 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 249 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 269 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 271 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 273 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 275 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 277 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 279 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 281 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "rd1" appears 6 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "rd2" appears 4 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "d1" appears 5 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "a1" appears 4 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "a2" appears 4 times in the file. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 75 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 13 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "--foo=bar" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "o1" appears 11 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "o2" appears 9 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "biz" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "bar,baz,biz" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "spring.profiles.active" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "--o1=v1" appears 3 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "--o2" appears 3 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "nonOptionArgs" appears 6 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "noa1" appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "noa2" appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "noa1,noa2" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "NOA" appears 3 times in the file. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "b" appears 16 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "p1" appears 5 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "bValue" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 8 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "dValue" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 8 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 16 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 8 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 5 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 5 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "bogus" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "expected non-existent PropertySource exception" appears 2 times in the file. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "does not exist" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "a-replaced" appears 3 times in the file. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "expected exception" appears 2 times in the file. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "cannot be added relative to itself" appears 2 times in the file. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 3 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 3 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 15 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 4 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "ps1" appears 6 times in the file. | 67 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "ps2" appears 2 times in the file. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testProperties" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 29 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 10 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "myDefault" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "pName" appears 6 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "ps1Value" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "ps2Value" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "ps3Value" appears 2 times in the file. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "42" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "local" appears 2 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "localValue" appears 2 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "newValue" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "exists" appears 4 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "xyz" appears 2 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "bogus" appears 2 times in the file. | 176 | |
| extension | MultipleStringLiteralsExtended | The String "expected IllegalStateException" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 6 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 6 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "Replace this ${key}" appears 2 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "Replace this value" appears 2 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "Replace this ${key} plus ${unknown}" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "Replace this ${key} plus ${unknown:defaultValue}" appears 2 times in the file. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "Replace this value plus defaultValue" appears 2 times in the file. | 221 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 224 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 237 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "some.class" appears 16 times in the file. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 275 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 296 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 312 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 315 | |
| extension | MultipleStringLiteralsExtended | The String "expected validation exception" appears 2 times in the file. | 334 | |
| extension | MultipleStringLiteralsExtended | The String "The following properties were declared as required " appears 2 times in the file. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "p1" appears 4 times in the file. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "p2" appears 4 times in the file. | 364 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 364 | |
| extension | MultipleStringLiteralsExtended | The String "p3" appears 4 times in the file. | 365 | |
| extension | MultipleStringLiteralsExtended | The String "p4" appears 5 times in the file. | 366 | |
| extension | MultipleStringLiteralsExtended | The String "p5" appears 2 times in the file. | 367 | |
| extension | MultipleStringLiteralsExtended | The String "${p1}:${p2}:${bogus}" appears 4 times in the file. | 367 | |
| extension | MultipleStringLiteralsExtended | The String "p6" appears 2 times in the file. | 368 | |
| extension | MultipleStringLiteralsExtended | The String "${p1}:${p2}:${bogus:def}" appears 2 times in the file. | 368 | |
| extension | MultipleStringLiteralsExtended | The String "pL" appears 2 times in the file. | 369 | |
| extension | MultipleStringLiteralsExtended | The String "v1:v2" appears 2 times in the file. | 375 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 377 | |
| extension | MultipleStringLiteralsExtended | The String "Could not resolve placeholder 'bogus' in string value \"${p1}:${p2}:${bogus}\"" appears 3 times in the file. | 382 | |
| extension | MultipleStringLiteralsExtended | The String "v1:v2:def" appears 2 times in the file. | 384 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 389 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 409 | |
| extension | MultipleStringLiteralsExtended | The String "v1:v2:${bogus}" appears 2 times in the file. | 420 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 425 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "o1" appears 7 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "--o1=v1" appears 3 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "o2" appears 3 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "o3" appears 2 times in the file. | 57 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 63 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 69 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 75 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "noa1" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "noa2" appears 2 times in the file. | 90 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 100 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ps1" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "--o1=v1" appears 5 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "--o2" appears 5 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "o1" appears 5 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "o2" appears 5 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "o3" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "nonOptionArgs" appears 9 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "noa1" appears 5 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "noa2" appears 5 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "noa1,noa2" appears 3 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "NOA" appears 3 times in the file. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "c1" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "c2" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "childKey" appears 5 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "childVal" appears 3 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "bothKey" appears 6 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "childBothVal" appears 3 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "p1" appears 25 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "p2" appears 14 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "parentKey" appears 5 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "parentVal" appears 4 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "parentBothVal" appears 3 times in the file. | 70 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 80 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 81 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 93 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "local" appears 4 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "embedded" appears 4 times in the file. | 126 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 132 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 137 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 142 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 147 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 152 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 157 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 162 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "d1" appears 3 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "p3" appears 2 times in the file. | 182 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "d0" appears 2 times in the file. | 200 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "d2" appears 2 times in the file. | 202 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 203 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "pd1" appears 5 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "pd2" appears 2 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "pd3" appears 2 times in the file. | 261 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 266 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 271 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 276 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "pd" appears 4 times in the file. | 307 | |
| extension | MultipleStringLiteralsExtended | The String "!p1" appears 2 times in the file. | 318 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "spring.getenv.ignore" appears 6 times in the file. | 356 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 356 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 371 | |
| extension | ReturnCountExtended | Return count for 'getModifiableSystemEnvironment' method is 2 (max allowed is 1). | 492 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 506 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 517 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 530 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 543 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "sysEnv" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "a.key" appears 11 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "akey" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "avalue" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "a.value" appears 4 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "a_key" appears 7 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "a_value" appears 12 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "A_KEY" appears 6 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "A.KEY" appears 2 times in the file. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "src/test/java/org/" appears 3 times in the file. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Path must not be null" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "core/io/example.properties" appears 2 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "example.properties" appears 2 times in the file. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "test.prop" appears 4 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "${test.prop}-${bar}" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "foo-${bar}" appears 2 times in the file. | 71 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testString" appears 10 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "my description" appears 4 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "org/springframework/core/io/Resource.class" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "org/springframework/core/../core/io/./Resource.class" appears 2 times in the file. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Resource.class" appears 8 times in the file. | 112 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "ClassPathResource.class" appears 3 times in the file. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "ResourcePatternResolver.class" appears 2 times in the file. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "dir/" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "subdir" appears 3 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "dir/subdir" appears 2 times in the file. | 162 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "FileNotFoundException should have been thrown" appears 3 times in the file. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "PathMatchingResourcePatternResolverTests.class" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "file" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "jar" appears 3 times in the file. | 85 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "test.prop" appears 4 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "${test.prop}-${bar}" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "foo-${bar}" appears 2 times in the file. | 63 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "classpath:" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "class path resource [" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 8 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "ps1" appears 6 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Testing" appears 2 times in the file. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 71 | |
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "[@" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "myLetters" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "[ToStringCreatorTests@" appears 4 times in the file. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 39 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 50 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 62 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "nestedAnnoArray" appears 3 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 14 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "direct" appears 9 times in the file. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "meta" appears 4 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "additional" appears 2 times in the file. | 296 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "clazz" appears 3 times in the file. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "nestedAnno" appears 2 times in the file. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "anEnum" appears 5 times in the file. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "classArray" appears 18 times in the file. | 310 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 2 times in the file. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | MultipleStringLiteralsExtended | The String "optional" appears 4 times in the file. | 322 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "optionalArray" appears 2 times in the file. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "org.springframework.core.type.AspectJTypeFilterTests$SomeClass" appears 7 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.core.type.AspectJTypeFilterTests$SomeClassExtendingSomeClass" appears 4 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.core.type.AspectJTypeFilterTests.SomeClass+" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "*+" appears 3 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.Object+" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.core.type.AspectJTypeFilterTests$SomeClassImplementingSomeInterface" appears 3 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.core.type.AspectJTypeFilterTests.SomeInterface+" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.core.type.AspectJTypeFilterTests$SomeClassExtendingSomeClassExtendingSomeClassAndImplemnentingSomeInterface" appears 7 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.core.type.AspectJTypeFilterTests$SomeClassAnnotatedWithComponent" appears 7 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.core.type.AspectJTypeFilterTests.SomeInterface+ " appears 2 times in the file. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.core.type.AssignableTypeFilterTests$SomeDaoLikeImpl" appears 2 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 33 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 44 times in the file. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "/test" appears 8 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "/test.jpg" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "test.jpg" appears 2 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "t?st" appears 3 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "??st" appears 3 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "tes?" appears 12 times in the file. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "te??" appears 3 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "?es?" appears 3 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "tes" appears 3 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "testt" appears 3 times in the file. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "tsst" appears 3 times in the file. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "*" appears 4 times in the file. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "test*" appears 17 times in the file. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "testTest" appears 3 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "test/*" appears 8 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "test/Test" appears 2 times in the file. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "test/t" appears 5 times in the file. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "test/" appears 7 times in the file. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "*test*" appears 6 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "AnothertestTest" appears 3 times in the file. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "*test" appears 6 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Anothertest" appears 3 times in the file. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "*.*" appears 8 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "test." appears 2 times in the file. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "test.test" appears 2 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "test.test.test" appears 2 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "test*aaa" appears 9 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "testblaaaa" appears 3 times in the file. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "tst" appears 3 times in the file. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "tsttest" appears 3 times in the file. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "tsttst" appears 9 times in the file. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "testblaaab" appears 3 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "/?" appears 4 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "/a" appears 4 times in the file. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "/?/a" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "/a/a" appears 2 times in the file. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "/a/?" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b" appears 2 times in the file. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "/??/a" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "/aa/a" appears 2 times in the file. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "/a/??" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "/a/bb" appears 2 times in the file. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "/**" appears 8 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "/testing/testing" appears 6 times in the file. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "/*/**" appears 2 times in the file. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "/**/*" appears 2 times in the file. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "/bla/**/bla" appears 4 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "/bla/testing/testing/bla" appears 2 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "/bla/testing/testing/bla/bla" appears 2 times in the file. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "/**/test" appears 2 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "/bla/bla/test" appears 2 times in the file. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "/bla/**/**/bla" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "/bla/bla/bla/bla/bla/bla" appears 2 times in the file. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "/bla*bla/test" appears 4 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "/blaXXXbla/test" appears 2 times in the file. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "/*bla/test" appears 6 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "/XXXbla/test" appears 2 times in the file. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "/blaXXXbl/test" appears 2 times in the file. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "XXXblab/test" appears 2 times in the file. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "XXXbl/test" appears 2 times in the file. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "/????" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "/bala/bla" appears 2 times in the file. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "/**/*bla" appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "/bla/bla/bla/bbb" appears 2 times in the file. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "/*bla*/**/bla/**" appears 6 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "/XXXblaXXXX/testing/testing/bla/testing/testing/" appears 2 times in the file. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "/*bla*/**/bla/*" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "/XXXblaXXXX/testing/testing/bla/testing" appears 2 times in the file. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "/XXXblaXXXX/testing/testing/bla/testing/testing" appears 2 times in the file. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "/XXXblaXXXX/testing/testing/bla/testing/testing.jpg" appears 2 times in the file. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "*bla*/**/bla/**" appears 4 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "XXXblaXXXX/testing/testing/bla/testing/testing/" appears 2 times in the file. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "*bla*/**/bla/*" appears 4 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "XXXblaXXXX/testing/testing/bla/testing" appears 2 times in the file. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "XXXblaXXXX/testing/testing/bla/testing/testing" appears 4 times in the file. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "/x/x/**/bla" appears 2 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "/x/x/x/" appears 2 times in the file. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "test*/**" appears 2 times in the file. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | MultipleStringLiteralsExtended | The String ".test" appears 4 times in the file. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "*/*" appears 4 times in the file. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | MultipleStringLiteralsExtended | The String ".?" appears 2 times in the file. | 259 | |
| extension | MultipleStringLiteralsExtended | The String ".a" appears 2 times in the file. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | MultipleStringLiteralsExtended | The String ".testing.testing" appears 3 times in the file. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 269 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | MultipleStringLiteralsExtended | The String ".bla.**.bla" appears 2 times in the file. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | MultipleStringLiteralsExtended | The String ".bla*bla.test" appears 2 times in the file. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | MultipleStringLiteralsExtended | The String ".*bla.test" appears 3 times in the file. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | MultipleStringLiteralsExtended | The String "/docs/commit.html" appears 10 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "cvs/commit" appears 2 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "/docs/cvs/commit" appears 4 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "commit.html" appears 3 times in the file. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "/docs/cvs/commit.html" appears 4 times in the file. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "cvs/commit.html" appears 2 times in the file. | 288 | |
| extension | MultipleStringLiteralsExtended | The String "/docs/**/*.html" appears 2 times in the file. | 289 | |
| extension | MultipleStringLiteralsExtended | The String "/*.html" appears 12 times in the file. | 291 | |
| extension | MultipleStringLiteralsExtended | The String "/commit.html" appears 3 times in the file. | 291 | |
| extension | MultipleStringLiteralsExtended | The String "*.html" appears 2 times in the file. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "/docs/cvs/other/commit.html" appears 4 times in the file. | 298 | |
| extension | MultipleStringLiteralsExtended | The String "cvs/other/commit.html" appears 2 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "docs/cvs/commit" appears 2 times in the file. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/{hotel}" appears 21 times in the file. | 312 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/1" appears 2 times in the file. | 312 | |
| extension | MultipleStringLiteralsExtended | The String "hotel" appears 4 times in the file. | 313 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 313 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/{hotel}/bookings/{booking}" appears 3 times in the file. | 318 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "booking" appears 5 times in the file. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "/42.html" appears 2 times in the file. | 327 | |
| extension | MultipleStringLiteralsExtended | The String "page" appears 2 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "42" appears 2 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "com.example" appears 5 times in the file. | 348 | |
| extension | MultipleStringLiteralsExtended | The String "symbolicName" appears 5 times in the file. | 348 | |
| extension | MultipleStringLiteralsExtended | The String "1.0.0" appears 4 times in the file. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "version" appears 5 times in the file. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "com.example-sources-1.0.0.jar" appears 2 times in the file. | 352 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels" appears 9 times in the file. | 400 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/booking" appears 5 times in the file. | 402 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/*" appears 21 times in the file. | 402 | |
| extension | MultipleStringLiteralsExtended | The String "/booking" appears 3 times in the file. | 403 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/**/booking" appears 2 times in the file. | 404 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/**" appears 11 times in the file. | 404 | |
| extension | MultipleStringLiteralsExtended | The String "{hotel}" appears 3 times in the file. | 409 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/{hotel}.*" appears 2 times in the file. | 412 | |
| extension | MultipleStringLiteralsExtended | The String "/hotel.html" appears 4 times in the file. | 414 | |
| extension | MultipleStringLiteralsExtended | The String "/user" appears 2 times in the file. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/new" appears 25 times in the file. | 428 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/{hotel}/booking" appears 2 times in the file. | 443 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/{hotel}/bookings/{booking}/cutomers/{customer}" appears 4 times in the file. | 447 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/*/**" appears 2 times in the file. | 454 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/new.*" appears 3 times in the file. | 457 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/foo/bar/**" appears 2 times in the file. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/**/bookings/**" appears 2 times in the file. | 465 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 478 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/ne*" appears 2 times in the file. | 545 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/n*" appears 2 times in the file. | 546 | |
| extension | MultipleStringLiteralsExtended | The String "/**/login.*" appears 2 times in the file. | 563 | |
| extension | MultipleStringLiteralsExtended | The String "/**/endUser/action/login.*" appears 2 times in the file. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 577 | |
| extension | MultipleStringLiteralsExtended | The String "/group/{groupName}/members" appears 2 times in the file. | 577 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 578 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 584 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 590 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 597 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 603 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 610 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 44 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 77 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 82 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 92 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "A cool chick's name is Brod. " appears 2 times in the file. | 119 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 127 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 132 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 144 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 149 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 156 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 161 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.String" appears 2 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "byte[]" appears 3 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Class name did not match" appears 12 times in the file. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "size" appears 3 times in the file. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "remove" appears 5 times in the file. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "someOtherMethod" appears 2 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "print" appears 2 times in the file. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "staticMethod" appears 2 times in the file. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "argument method was not invoked." appears 2 times in the file. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 269 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "[]" appears 2 times in the file. | 323 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 381 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 385 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 393 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 397 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 4 times in the file. | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 2 times in the file. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "prop1" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "prop2" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "prop3" appears 2 times in the file. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "prop4" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "value4" appears 2 times in the file. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "myElement" appears 12 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 5 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "def" appears 6 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "ghi" appears 2 times in the file. | 121 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "xyz" appears 2 times in the file. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "fiona" appears 4 times in the file. | 144 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "apple" appears 2 times in the file. | 152 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 161 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 170 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 175 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 4 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "123" appears 36 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "123b" appears 3 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "321" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 12 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 11 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 8 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 4 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 3 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "456" appears 12 times in the file. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "789" appears 16 times in the file. | 293 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 380 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 408 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 420 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 421 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 435 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 449 | |
| extension | MultipleStringLiteralsExtended | The String "2b" appears 2 times in the file. | 478 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 486 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 570 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'TestWeakConcurrentCache' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 575 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 582 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 586 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid hash" appears 3 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "b10a8db164e0754105b7a99be72e3fe5" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 33 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "content" appears 6 times in the file. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "child" appears 2 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "grandchild" appears 2 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "bar.txt" appears 2 times in the file. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "./dest" appears 2 times in the file. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 32 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "First" appears 6 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Second" appears 6 times in the file. | 39 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "filter '" appears 2 times in the file. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 6 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 8 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "KEY" appears 3 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "Key" appears 3 times in the file. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 8 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 8 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 5 times in the file. | 45 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 3 times in the file. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "classpath:org/springframework/util/testlog4j.properties" appears 2 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "src/test/resources/org/springframework/util/testlog4j.properties" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "testlog4j.properties" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "debug" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "info" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "warn" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "error" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "fatal" appears 2 times in the file. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hello" appears 6 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "supertypes2" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "greet" appears 7 times in the file. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "text" appears 5 times in the file. | 41 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "audio" appears 12 times in the file. | 46 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "audio/" appears 2 times in the file. | 51 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "audio(/basic" appears 2 times in the file. | 56 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "audio/basic)" appears 2 times in the file. | 61 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "text/html; charset=foo-bar" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid type" appears 3 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid subtype" appears 3 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid charset" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 5 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "All types is not inclusive" appears 2 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "All types is inclusive" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "soap+xml" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "*+xml" appears 2 times in the file. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "All subtypes is not compatible" appears 2 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "All types is not compatible" appears 3 times in the file. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 164 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 169 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 174 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 179 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 184 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 189 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 194 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 199 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 204 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "attr" appears 2 times in the file. | 219 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "No mime types returned" appears 2 times in the file. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid amount of mime types" appears 2 times in the file. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "basic" appears 7 times in the file. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid comparison result" appears 10 times in the file. | 255 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 261 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 287 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 287 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Byte did not parse" appears 6 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "Short did not parse" appears 6 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "Integer did not parse" appears 6 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "Long did not parse" appears 6 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Float did not parse" appears 4 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Double did not parse" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 24 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "0x" appears 5 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "FEBD4E677898DFEBFFEE44" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "BigInteger did not parse" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "987459837583750387355346" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "0.10" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "0.001" appears 2 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "3.14159265358979323846" appears 2 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalArgumentException" appears 12 times in the file. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 269 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "Luke" appears 3 times in the file. | 445 | |
| extension | MultipleStringLiteralsExtended | The String "Leia" appears 2 times in the file. | 451 | |
| extension | MultipleStringLiteralsExtended | The String "Han" appears 3 times in the file. | 452 | |
| extension | MultipleStringLiteralsExtended | The String "Anakin" appears 2 times in the file. | 516 | |
| extension | MultipleStringLiteralsExtended | The String "{}" appears 10 times in the file. | 558 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 10 times in the file. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | MultipleStringLiteralsExtended | The String "I shoh love tha taste of mangoes" appears 2 times in the file. | 670 | |
| extension | MultipleStringLiteralsExtended | The String "FOO" appears 2 times in the file. | 726 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 757 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "123" appears 4 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "get*" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "setMe" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "*Test" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "getMeTest" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "*stuff*" appears 5 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "on*Event" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "3*3" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "33" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "12*45*78" appears 5 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "3*3*3" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "*1*2*3*" appears 3 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "code1=message1\ncode2:message2" appears 3 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String " code1\t= \tmessage1\n code2 \t :\t mess\\\n \t age2" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "myHeader" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "code1=message1\ncode2:message2\ncode3=" appears 2 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "${" appears 2 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "}" appears 2 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "foo=${foo}" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 10 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "foo=bar" appears 4 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "foo=${foo},bar=${bar}" appears 3 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "foo=bar,bar=${bar}" appears 2 times in the file. | 104 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "publicField" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "prot" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "FooBar" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 115 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 122 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "Must find protected method on Object" appears 2 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "Public, not protected" appears 2 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "absquatulate" appears 2 times in the file. | 199 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "m1" appears 4 times in the file. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "toString" appears 2 times in the file. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 322 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 365 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 367 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 403 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "jar:file:myjar.jar!/mypath" appears 2 times in the file. | 32 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "zip:file:myjar.jar!/mypath" appears 2 times in the file. | 33 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "wsjar:file:myjar.jar!/mypath" appears 2 times in the file. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "file:myjar.jar" appears 9 times in the file. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 40 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 43 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 50 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "port [" appears 2 times in the file. | 34 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 47 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 52 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 97 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 114 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 119 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Task 1" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "Task 2" appears 2 times in the file. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 20 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 11 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | MultipleStringLiteralsExtended | The String " a" appears 11 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "a b" appears 2 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "\t" appears 10 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "a " appears 10 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String " a " appears 6 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String " a b " appears 6 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String " a b c " appears 6 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "a b " appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "a b c " appears 2 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String " a b" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String " a b c" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "s" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "found substring=2" appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "Replace non matched is equal" appears 3 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "Result is unchanged" appears 3 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "Result has no Is [" appears 2 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 2 times in the file. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "'myString'" appears 2 times in the file. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "myString" appears 2 times in the file. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "''" appears 2 times in the file. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "myfile" appears 8 times in the file. | 280 | |
| extension | MultipleStringLiteralsExtended | The String "mypath/myfile" appears 10 times in the file. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "myfile." appears 5 times in the file. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "mypath/myfile." appears 2 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "myfile.txt" appears 5 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "mypath/myfile.txt" appears 3 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "/home/user/.m2/settings/myfile" appears 5 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "txt" appears 3 times in the file. | 297 | |
| extension | MultipleStringLiteralsExtended | The String "/home/user/.m2/settings/myfile.txt" appears 2 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "../mypath/myfile" appears 4 times in the file. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "/../mypath/myfile" appears 2 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "/dummy1/dummy2/dummy3" appears 8 times in the file. | 334 | |
| extension | MultipleStringLiteralsExtended | The String "C:\\dummy1\\dummy2\\dummy3" appears 5 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "/dummy1/bin/../dummy2/dummy3" appears 2 times in the file. | 340 | |
| extension | MultipleStringLiteralsExtended | The String "./dummy1/dummy2/dummy3" appears 2 times in the file. | 358 | |
| extension | MultipleStringLiteralsExtended | The String "myString2" appears 13 times in the file. | 379 | |
| extension | MultipleStringLiteralsExtended | The String "myString1" appears 9 times in the file. | 380 | |
| extension | MultipleStringLiteralsExtended | The String "key1=value1 " appears 2 times in the file. | 428 | |
| extension | MultipleStringLiteralsExtended | The String "key2 =\"value2\"" appears 2 times in the file. | 428 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 2 times in the file. | 429 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 430 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 430 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 2 times in the file. | 431 | |
| extension | MultipleStringLiteralsExtended | The String "a,b , ,c" appears 2 times in the file. | 444 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 6 times in the file. | 444 | |
| extension | MultipleStringLiteralsExtended | The String "components are correct" appears 4 times in the file. | 446 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 8 times in the file. | 447 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 4 times in the file. | 447 | |
| extension | MultipleStringLiteralsExtended | The String "String array isn't null with null input" appears 2 times in the file. | 469 | |
| extension | MultipleStringLiteralsExtended | The String "String array length == 0 with null input" appears 2 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "a,b" appears 4 times in the file. | 482 | |
| extension | MultipleStringLiteralsExtended | The String ";" appears 2 times in the file. | 490 | |
| extension | MultipleStringLiteralsExtended | The String "AA" appears 5 times in the file. | 524 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 586 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 587 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 588 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 589 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 590 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 591 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 592 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 593 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 594 | |
| extension | MultipleStringLiteralsExtended | The String "barfOo" appears 2 times in the file. | 594 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 595 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 596 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 597 | |
| extension | MultipleStringLiteralsExtended | The String "en_GB_" appears 4 times in the file. | 625 | |
| extension | MultipleStringLiteralsExtended | The String "Multi-valued variant portion of the Locale not extracted correctly." appears 6 times in the file. | 627 | |
| extension | MultipleStringLiteralsExtended | The String "proper_northern" appears 2 times in the file. | 633 | |
| extension | MultipleStringLiteralsExtended | The String "proper northern" appears 3 times in the file. | 642 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test.prop" appears 10 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 10 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "${test.prop}" appears 5 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "${test.prop:foo}" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "${test.prop:#{foo.bar}}" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "${test.prop:Y#{foo.bar}X}" appears 2 times in the file. | 71 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "PATH" appears 2 times in the file. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "openObjects" appears 2 times in the file. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 38 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 43 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "boo" appears 2 times in the file. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "42" appears 2 times in the file. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Hello World" appears 4 times in the file. | 35 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 9 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Expected onSuccess() to be called" appears 2 times in the file. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "Expected onFailure() to be called" appears 2 times in the file. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | MultipleStringLiteralsExtended | The String "Expected CancellationException" appears 2 times in the file. | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "<?xml version='1.0' encoding='UTF-8'?>" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "</root>" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "http://xml.org/sax/properties/lexical-handler" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "http://xml.org/sax/features/namespaces" appears 4 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "http://xml.org/sax/features/namespace-prefixes" appears 4 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http://xml.org/sax/features/namespaces" appears 6 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "http://xml.org/sax/features/namespace-prefixes" appears 6 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "http://xml.org/sax/properties/lexical-handler" appears 2 times in the file. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "<?xml version='1.0' encoding='UTF-8'?>" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "<root xmlns='namespace'>" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "</root>" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "<child xmlns='namespace2' />" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 3 times in the file. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "prefix" appears 9 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "namespaceURI" appears 4 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid namespaceURI for default namespace" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "unbound" appears 3 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid prefix for unbound namespace" appears 3 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "prefix1" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "namespace" appears 5 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "prefix2" appears 3 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "getPrefixes returns null" appears 3 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "iterator is empty" appears 4 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid prefix" appears 4 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "iterator contains multiple values" appears 2 times in the file. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http://springframework.org/spring-ws" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "child" appears 4 times in the file. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 2 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Invalid streamReader returned" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "EventReader returned" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 4 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid eventReader returned" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "StreamReader returned" appears 2 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Invalid element" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "http://springframework.org/spring-ws" appears 4 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "child" appears 5 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A StAX Source" appears 3 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "<element/>" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Not a StAX Source" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "A StAX Result" appears 3 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Not a StAX Result" appears 2 times in the file. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "yes" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "{http://xml.apache.org/xslt}indent-amount" appears 2 times in the file. | 45 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 72 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 77 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "content" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "namespace" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "prefix" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "namespace2" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Cannot call setValue on a composite expression" appears 3 times in the file. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Cannot call setValue() on a LiteralExpression" appears 3 times in the file. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "No expression defined within delimiter '" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "' at character " appears 2 times in the file. | 141 | |
| extension | ReturnCountExtended | Return count for 'skipToCorrectEndSuffix' method is 3 (max allowed is 1). | 202 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "Found closing '" appears 2 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "' at position " appears 4 times in the file. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/Boolean" appears 7 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "java/lang/Boolean" appears 4 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "booleanValue" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "()Z" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/Byte" appears 2 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "java/lang/Byte" appears 3 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/Character" appears 2 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "java/lang/Character" appears 3 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/Double" appears 4 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "java/lang/Double" appears 3 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/Float" appears 4 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "java/lang/Float" appears 3 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/Integer" appears 4 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "java/lang/Integer" appears 3 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/Long" appears 4 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "java/lang/Long" appears 3 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/Short" appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "java/lang/Short" appears 3 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "(" appears 2 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "L" appears 2 times in the file. | 298 | |
| extension | MultipleStringLiteralsExtended | The String ";" appears 4 times in the file. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/Object" appears 2 times in the file. | 313 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "Z" appears 5 times in the file. | 325 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 333 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 342 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 342 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 347 | |
| extension | ReturnCountExtended | Return count for 'areBoxingCompatible' method is 4 (max allowed is 1). | 358 | |
| extension | MultipleStringLiteralsExtended | The String "D" appears 3 times in the file. | 366 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 3 times in the file. | 369 | |
| extension | MultipleStringLiteralsExtended | The String "I" appears 3 times in the file. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "J" appears 3 times in the file. | 375 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 413 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/" appears 2 times in the file. | 430 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 446 | |
| extension | MultipleStringLiteralsExtended | The String "valueOf" appears 8 times in the file. | 531 | |
| extension | ReturnCountExtended | Return count for 'toDescriptor' method is 8 (max allowed is 1). | 571 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 612 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 717 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected arraytype " appears 2 times in the file. | 768 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 115 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 2 times in the file. | 196 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 197 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 206 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 63 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 37 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 130 position 38 need optimization. All method calls are advised to move to end of logic expression. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'createNewInstance' method is 2 (max allowed is 1). | 108 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 110 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 138 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 142 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 420 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 425 position 70 need optimization. All method calls are advised to move to end of logic expression. | 425 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 431 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 440 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 446 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 52 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 71 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 71 position 65 need optimization. All method calls are advised to move to end of logic expression. | 71 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 72 position 41 need optimization. All method calls are advised to move to end of logic expression. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/Object" appears 3 times in the file. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'formatClassNameForMessage' method is 2 (max allowed is 1). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValueRef' method is 5 (max allowed is 1). | 104 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 182 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "D" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 2 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "J" appears 2 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "I" appears 2 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "S" appears 2 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 2 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 2 times in the file. | 235 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 2 times in the file. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "java/util/List" appears 2 times in the file. | 252 | |
| extension | MultipleStringLiteralsExtended | The String "get" appears 2 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "java/util/Map" appears 2 times in the file. | 259 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 262 | |
| extension | ReturnCountExtended | Return count for 'accessArrayElement' method is 3 (max allowed is 1). | 365 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 536 position 93 need optimization. All method calls are advised to move to end of logic expression. | 536 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 582 position 95 need optimization. All method calls are advised to move to end of logic expression. | 582 | |
| extension | RedundantReturn | Redundant return. | 598 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 696 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 75 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/util/List;" appears 4 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "java/util/ArrayList" appears 2 times in the file. | 155 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Calling the method 'checkIfConstant' in constructor body leads to the call of the overridable method 'getConstantValue'. | 42 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 53 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 53 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValueInternal' method is 2 (max allowed is 1). | 90 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 127 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 164 | |
| extension | ReturnCountExtended | Return count for 'isCompilable' method is 4 (max allowed is 1). | 258 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 379 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 383 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "--" appears 2 times in the file. | 45 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 102 | |
| extension | AvoidHidingCauseException | Cause exception 'see' was lost. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValueInternal' method is 3 (max allowed is 1). | 47 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Z" appears 3 times in the file. | 36 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValueInternal' method is 3 (max allowed is 1). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValueInternal' method is 3 (max allowed is 1). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "++" appears 2 times in the file. | 45 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 100 | |
| extension | AvoidHidingCauseException | Cause exception 'see' was lost. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValueInternal' method is 3 (max allowed is 1). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValueInternal' method is 3 (max allowed is 1). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 50 | |
| extension | ReturnCountExtended | Return count for 'getValueInternal' method is 6 (max allowed is 1). | 55 | |
| extension | MultipleStringLiteralsExtended | The String "D" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "J" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "I" appears 2 times in the file. | 81 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "Unrecognized exit type descriptor: '" appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValueInternal' method is 3 (max allowed is 1). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValueInternal' method is 4 (max allowed is 1). | 70 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Z" appears 2 times in the file. | 36 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 61 | |
| extension | MoveVariableInsideIf | Variable 'leftPrim' can be moved inside the block at line '75' to restrict runtime creation. | 70 | |
| extension | MoveVariableInsideIf | Variable 'rightPrim' can be moved inside the block at line '75' to restrict runtime creation. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "+" appears 2 times in the file. | 53 | |
| extension | ReturnCountExtended | Return count for 'getValueInternal' method is 8 (max allowed is 1). | 59 | |
| extension | MultipleStringLiteralsExtended | The String "D" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "J" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "I" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/String" appears 3 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 2 times in the file. | 139 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "java/lang/StringBuilder" appears 4 times in the file. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 49 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 51 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 80 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 99 | |
| extension | ReturnCountExtended | Return count for 'equalityCheck' method is 6 (max allowed is 1). | 159 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 167 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 170 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 173 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 178 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 181 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 184 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 187 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 190 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 194 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 209 | |
| extension | ReturnCountExtended | Return count for 'checkNumericCompatibility' method is 3 (max allowed is 1). | 252 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValueInternal' method is 5 (max allowed is 1). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValueRef' method is 4 (max allowed is 1). | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 74 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 87 position 36 need optimization. All method calls are advised to move to end of logic expression. | 87 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | ReturnCountExtended | Return count for 'determineCommonType' method is 3 (max allowed is 1). | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 96 position 32 need optimization. All method calls are advised to move to end of logic expression. | 96 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 100 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 233 position 39 need optimization. All method calls are advised to move to end of logic expression. | 233 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 310 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 312 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 313 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 332 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValueRef' method is 8 (max allowed is 1). | 75 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 124 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 125 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 49 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 64 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 99 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 166 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 175 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 180 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 209 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 249 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 291 position 41 need optimization. All method calls are advised to move to end of logic expression. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/Object" appears 3 times in the file. | 74 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 92 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 93 position 63 need optimization. All method calls are advised to move to end of logic expression. | 93 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 94 position 36 need optimization. All method calls are advised to move to end of logic expression. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/Class" appears 2 times in the file. | 59 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "TYPE" appears 9 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/Class;" appears 9 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "java/lang/Boolean" appears 2 times in the file. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValueInternal' method is 2 (max allowed is 1). | 66 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 140 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 93 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 135 | |
| extension | ReturnCountExtended | Return count for 'eatExpression' method is 4 (max allowed is 1). | 145 | |
| extension | ReturnCountExtended | Return count for 'eatRelationalExpression' method is 10 (max allowed is 1). | 209 | |
| extension | ReturnCountExtended | Return count for 'eatUnaryExpression' method is 5 (max allowed is 1). | 313 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 342 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 440 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 442 | |
| extension | ReturnCountExtended | Return count for 'maybeEatBeanReference' method is 2 (max allowed is 1). | 527 | |
| extension | MoveVariableInsideIf | Variable 'beanRefToken' can be moved inside the block at line '541' to restrict runtime creation. | 529 | |
| extension | ReturnCountExtended | Return count for 'maybeEatTypeReference' method is 2 (max allowed is 1). | 553 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 627 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 633 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 644 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 702 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 730 | |
| extension | ReturnCountExtended | Return count for 'maybeEatConstructorReference' method is 2 (max allowed is 1). | 754 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 758 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 762 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 764 | |
| extension | ReturnCountExtended | Return count for 'maybeEatRelationalOperator' method is 5 (max allowed is 1). | 862 | |
| extension | ReturnCountExtended | Return count for 'peekToken' method is 3 (max allowed is 1). | 901 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 916 position 98 need optimization. All method calls are advised to move to end of logic expression. | 916 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 929 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 110 | |
| extension | ReturnCountExtended | Return count for 'createExpressionClass' method is 2 (max allowed is 1). | 134 | |
| extension | MultipleStringLiteralsExtended | The String "org/springframework/expression/spel/CompiledExpression" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "<init>" appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "()V" appears 2 times in the file. | 141 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 153 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 197 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 215 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 115 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 140 | |
| extension | ReturnCountExtended | Return count for 'getValue' method is 3 (max allowed is 1). | 160 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 172 | |
| extension | ReturnCountExtended | Return count for 'getValue' method is 2 (max allowed is 1). | 192 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "EvaluationContext is required" appears 9 times in the file. | 223 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 229 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 254 | |
| extension | ReturnCountExtended | Return count for 'getValue' method is 3 (max allowed is 1). | 274 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 286 | |
| extension | ReturnCountExtended | Return count for 'getValue' method is 2 (max allowed is 1). | 306 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 317 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 350 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 357 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 473 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 72 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "(" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 45 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 131 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | OverridableMethodInConstructor | Overridable method 'process' is called in constructor body. | 84 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 552 position 41 need optimization. All method calls are advised to move to end of logic expression. | 552 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 552 position 54 need optimization. All method calls are advised to move to end of logic expression. | 552 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 59 position 46 need optimization. All method calls are advised to move to end of logic expression. | 59 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 84 | |
| extension | ReturnCountExtended | Return count for 'getTypeDifferenceWeight' method is 3 (max allowed is 1). | 90 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 94 | |
| extension | ReturnCountExtended | Return count for 'compareArgumentsVarargs' method is 2 (max allowed is 1). | 141 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 223 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 266 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 266 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 275 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 275 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 300 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 300 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 323 | |
| extension | ReturnCountExtended | Return count for 'setupArgumentsForVarargsInvocation' method is 2 (max allowed is 1). | 335 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 397 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 401 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 405 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 65 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolve' method is 3 (max allowed is 1). | 53 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 66 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 43 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolve' method is 3 (max allowed is 1). | 106 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 111 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 115 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 118 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 140 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 151 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 161 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 74 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 86 | |
| extension | ReturnCountExtended | Return count for 'canRead' method is 5 (max allowed is 1). | 90 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "length" appears 3 times in the file. | 95 | |
| extension | ReturnCountExtended | Return count for 'read' method is 3 (max allowed is 1). | 129 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 133 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to access property '" appears 3 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "' through getter" appears 2 times in the file. | 168 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to access field: " appears 3 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "Neither getter nor field found for property '" appears 2 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 195 | |
| extension | ReturnCountExtended | Return count for 'canWrite' method is 4 (max allowed is 1). | 199 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 203 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 233 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 264 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 285 | |
| extension | ReturnCountExtended | Return count for 'getTypeDescriptor' method is 2 (max allowed is 1). | 294 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 298 | |
| extension | MultipleStringLiteralsExtended | The String "get" appears 2 times in the file. | 351 | |
| extension | MultipleStringLiteralsExtended | The String "is" appears 2 times in the file. | 354 | |
| extension | ReturnCountExtended | Return count for 'findField' method is 3 (max allowed is 1). | 427 | |
| extension | ReturnCountExtended | Return count for 'createOptimalAccessor' method is 4 (max allowed is 1). | 458 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 463 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 487 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 544 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 544 position 80 need optimization. All method calls are advised to move to end of logic expression. | 544 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 550 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 587 | |
| extension | MultipleStringLiteralsExtended | The String "Should not be called on an OptimalPropertyAccessor" appears 3 times in the file. | 594 | |
| extension | ReturnCountExtended | Return count for 'canRead' method is 4 (max allowed is 1). | 598 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 602 | |
| extension | ReturnCountExtended | Return count for 'read' method is 2 (max allowed is 1). | 622 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 631 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 643 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 662 | |
| extension | MoveVariableInsideIf | Variable 'descriptor' can be moved inside the block at line '681' to restrict runtime creation. | 679 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 255 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 269 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'compare' method is 4 (max allowed is 1). | 54 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 57 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 120 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | OverridableMethodInConstructor | Overridable method 'registerImport' is called in constructor body. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Parser returned null for expression" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Expression returned null value, but expected '" appears 3 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 9 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "Type of the actual result was not as expected. Expected '" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "' but result was of type '" appears 3 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Did not get expected value for expression '" appears 5 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "'." appears 5 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Failed to get expected message" appears 2 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "Did not get correct position reported in error " appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot check " appears 2 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String " properties of the exception, it only has " appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String " inserts" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "Insert does not match, expected '" appears 3 times in the file. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "' but insert value was '" appears 2 times in the file. | 228 | |
| extension | ReturnCountExtended | Return count for 'stringValueOf' method is 2 (max allowed is 1). | 290 | |
| extension | MultipleStringLiteralsExtended | The String "]{" appears 4 times in the file. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 4 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "}" appears 4 times in the file. | 308 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 2 times in the file. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "new String[]" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "[1,2,3,4]" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "[1.0,2.0,3.0,4.0]" appears 2 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "true or true" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "true and true" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "!false" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "null or true" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 4 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "boolean" appears 4 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "null and true" appears 2 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "!null" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "null ? 'foo' : 'bar'" appears 2 times in the file. | 98 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "int: 42" appears 6 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bar" appears 5 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "counter" appears 4 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "Should have failed" appears 2 times in the file. | 131 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 133 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 152 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 4 times in the file. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo[3]" appears 2 times in the file. | 78 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 83 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 4 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "wibble" appears 5 times in the file. | 107 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 118 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 119 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 120 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 121 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 132 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 7 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 7 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 2 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "Nikola Tesla" appears 4 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "madeup" appears 2 times in the file. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "SmilJan" appears 2 times in the file. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "new String('wibble')" appears 2 times in the file. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | MultipleStringLiteralsExtended | The String "-5" appears 2 times in the file. | 315 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 333 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 338 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 343 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 348 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 394 | |
| extension | MultipleStringLiteralsExtended | The String "T(java.lang.String)" appears 4 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "class java.lang.String" appears 2 times in the file. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 461 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 7 times in the file. | 473 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 8 times in the file. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 475 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 480 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 483 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 486 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 489 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 492 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | MultipleStringLiteralsExtended | The String "T(String)" appears 2 times in the file. | 512 | |
| extension | MultipleStringLiteralsExtended | The String "3*4+5" appears 4 times in the file. | 522 | |
| extension | MultipleStringLiteralsExtended | The String "8.0 / 5e0 % 2" appears 2 times in the file. | 533 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 548 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 555 | |
| extension | MultipleStringLiteralsExtended | The String "T(List)!=null" appears 2 times in the file. | 555 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 561 | |
| extension | MultipleStringLiteralsExtended | The String "Oleg" appears 2 times in the file. | 581 | |
| extension | MultipleStringLiteralsExtended | The String "123 High St" appears 2 times in the file. | 585 | |
| extension | MultipleStringLiteralsExtended | The String "Blah" appears 3 times in the file. | 589 | |
| extension | MultipleStringLiteralsExtended | The String "Wibble" appears 2 times in the file. | 593 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 624 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 657 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 8 times in the file. | 666 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 676 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 676 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 677 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 679 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 680 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 682 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 683 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 685 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 693 | |
| extension | MultipleStringLiteralsExtended | The String "def" appears 2 times in the file. | 719 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 755 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 4 times in the file. | 756 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 788 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 790 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 791 | |
| extension | MultipleStringLiteralsExtended | The String "iii++" appears 3 times in the file. | 815 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 842 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 844 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 845 | |
| extension | MultipleStringLiteralsExtended | The String "m()++" appears 2 times in the file. | 893 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 955 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 957 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 958 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 958 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1008 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1010 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1011 | |
| extension | MultipleStringLiteralsExtended | The String "--iii" appears 3 times in the file. | 1035 | |
| extension | MultipleStringLiteralsExtended | The String "--m()" appears 2 times in the file. | 1067 | |
| extension | MultipleStringLiteralsExtended | The String "1.0d++" appears 2 times in the file. | 1175 | |
| extension | MultipleStringLiteralsExtended | The String "isEven" appears 2 times in the file. | 1371 | |
| extension | MultipleStringLiteralsExtended | The String "hello worldhello world" appears 2 times in the file. | 1397 | |
| extension | MultipleStringLiteralsExtended | The String "wobble" appears 7 times in the file. | 1400 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected Exception: " appears 4 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "blue" appears 2 times in the file. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "wibble" appears 2 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "str" appears 4 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "wobble" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "property" appears 2 times in the file. | 159 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "repeat" appears 2 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "orange" appears 2 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "pea" appears 2 times in the file. | 229 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 249 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 262 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 294 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 32 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 7 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "goo" appears 8 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 3 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "i am a string" appears 2 times in the file. | 187 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "should have failed" appears 2 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "34" appears 2 times in the file. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "listOfInteger" appears 2 times in the file. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "1,2,3,4" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 7 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "foos" appears 2 times in the file. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "true" appears 3 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "'abc'.![true]" appears 3 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "'abc'.^[true]" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "'abc'.?[true]" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "'abc'.$[true]" appears 2 times in the file. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 13 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "property" appears 10 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "@org.springframework.expression.spel.IndexingTests$FieldAnnotation java.util.HashMap<?, ?>" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "property['foo']" appears 3 times in the file. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 121 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "parameterizedMap" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "parameterizedMap['9']" appears 2 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "37" appears 2 times in the file. | 136 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 140 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "@org.springframework.expression.spel.IndexingTests$FieldAnnotation java.util.ArrayList<?>" appears 5 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "property[0]" appears 6 times in the file. | 163 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 4 times in the file. | 178 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 184 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "EL1053E" appears 3 times in the file. | 194 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "parameterizedList" appears 2 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.ArrayList<java.lang.Integer>" appears 2 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "parameterizedList[0]" appears 2 times in the file. | 207 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 211 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 215 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 226 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 230 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 260 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 277 | |
| extension | MultipleStringLiteralsExtended | The String "java.util.ArrayList<?>" appears 2 times in the file. | 282 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 292 | |
| extension | MultipleStringLiteralsExtended | The String "listNotGeneric" appears 2 times in the file. | 322 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 334 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 354 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 367 | |
| extension | MultipleStringLiteralsExtended | The String "apple" appears 2 times in the file. | 375 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 382 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "[1, 2, 3, 4, 5]" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "{}" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 9 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 2 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "somevalue" appears 17 times in the file. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "flibble" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Should have got an exception that the value cannot be set" appears 3 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "false" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 3 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "1415" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "524287" appears 2 times in the file. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "0x20 * 2L" appears 2 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "6.0221415E23" appears 4 times in the file. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "montag" appears 3 times in the file. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 82 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "#root['key']" appears 2 times in the file. | 98 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 105 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "{:}" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "{key=false}" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "{#root.name:true}" appears 2 times in the file. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "throwException(#bar)" appears 3 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 7 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "counter" appears 4 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "London" appears 2 times in the file. | 107 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "Should not be a SpelEvaluationException: " appears 2 times in the file. | 129 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 141 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "doit(1)" appears 3 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'abc'-true" appears 2 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'abc' == 'abc'" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "'abc' == 'def'" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "'abc' != 'abc'" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "'abc' != 'def'" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 3 times in the file. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "3.0d * 5.0d" appears 2 times in the file. | 334 | |
| extension | MultipleStringLiteralsExtended | The String "3 * new java.math.BigDecimal('5')" appears 2 times in the file. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "15" appears 4 times in the file. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "3 + new java.math.BigDecimal('5')" appears 3 times in the file. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "8" appears 5 times in the file. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "3 - new java.math.BigDecimal('5')" appears 2 times in the file. | 347 | |
| extension | MultipleStringLiteralsExtended | The String "-2" appears 4 times in the file. | 347 | |
| extension | MultipleStringLiteralsExtended | The String "3 / new java.math.BigDecimal('5')" appears 2 times in the file. | 351 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 351 | |
| extension | MultipleStringLiteralsExtended | The String "0.6" appears 4 times in the file. | 352 | |
| extension | MultipleStringLiteralsExtended | The String "0.60" appears 2 times in the file. | 353 | |
| extension | MultipleStringLiteralsExtended | The String "5 % new java.math.BigDecimal('3')" appears 2 times in the file. | 357 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 7 times in the file. | 357 | |
| extension | MultipleStringLiteralsExtended | The String "3.0d + 5.0d" appears 2 times in the file. | 394 | |
| extension | MultipleStringLiteralsExtended | The String "+3" appears 2 times in the file. | 403 | |
| extension | MultipleStringLiteralsExtended | The String "-3" appears 2 times in the file. | 427 | |
| extension | MultipleStringLiteralsExtended | The String "-5" appears 2 times in the file. | 434 | |
| extension | MultipleStringLiteralsExtended | The String "new java.math.BigDecimal('5') % 3" appears 2 times in the file. | 446 | |
| extension | MultipleStringLiteralsExtended | The String "8/4" appears 2 times in the file. | 465 | |
| extension | MultipleStringLiteralsExtended | The String "new java.math.BigDecimal('5') ^ 3" appears 2 times in the file. | 494 | |
| extension | MultipleStringLiteralsExtended | The String "125" appears 3 times in the file. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "true or false" appears 2 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "(true or false)" appears 2 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "{'abc','xyz'}" appears 2 times in the file. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "placeOfBirth.city" appears 3 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Parser returned null for expression" appears 6 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "ms" appears 8 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Fresh parse every time, ITERATIONS iterations = " appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "Reuse SpelExpression, ITERATIONS iterations = " appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "Should have been quicker to reuse!" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "getPlaceOfBirth().getCity()" appears 3 times in the file. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "madeup" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Should have failed - default property resolver cannot resolve on null" appears 2 times in the file. | 80 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "new String('hello').flibbles" appears 2 times in the file. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "Assertion Failed! target should be String" appears 2 times in the file. | 180 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "flibbles" appears 4 times in the file. | 181 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "Assertion Failed! name should be flibbles" appears 2 times in the file. | 194 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NameConventionForJunit4TestClasses | JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. | 47 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Ben" appears 3 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Luke" appears 2 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "Andy" appears 3 times in the file. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "Christian" appears 2 times in the file. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 160 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 181 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 192 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 203 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 214 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 246 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 257 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "hasRole" appears 2 times in the file. | 301 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "integers.?[#this<5]" appears 3 times in the file. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "integers.^[#this<5]" appears 3 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "integers.$[#this<5]" appears 3 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "beige" appears 4 times in the file. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "blue" appears 2 times in the file. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "brown" appears 3 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "#testList.![wrapper.value]" appears 2 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "testList" appears 2 times in the file. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 263 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 281 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 296 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 344 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 352 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Wien" appears 7 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "arrayContainer.ints[1]" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "arrayContainer.floats[1]" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "arrayContainer.booleans[1]" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "arrayContainer.bytes[1]" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "arrayContainer.chars[1]" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Should not be writable!" appears 5 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "Should have had an error because wibble does not really exist" appears 3 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "placesLived[0].city" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "placesLivedList[0]" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 4 times in the file. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "Parser returned null for expression" appears 3 times in the file. | 242 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected Exception: " appears 5 times in the file. | 252 | |
| extension | MultipleStringLiteralsExtended | The String "Expression is not writeable but should be" appears 2 times in the file. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "] type=" appears 2 times in the file. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 201 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 207 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "#root instanceof T(java.lang.Object)" appears 2 times in the file. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "abcde" appears 6 times in the file. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "bcde" appears 8 times in the file. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "[abc, def]" appears 2 times in the file. | 288 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 28 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "bc" appears 6 times in the file. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "[[1, 2, 3], [4, 5, 6], [7, 8, 9]]" appears 4 times in the file. | 322 | |
| extension | MultipleStringLiteralsExtended | The String "de" appears 2 times in the file. | 350 | |
| extension | MultipleStringLiteralsExtended | The String "[abc, [def, ghi]]" appears 2 times in the file. | 364 | |
| extension | MultipleStringLiteralsExtended | The String "jklm" appears 2 times in the file. | 378 | |
| extension | MultipleStringLiteralsExtended | The String "op" appears 2 times in the file. | 385 | |
| extension | MultipleStringLiteralsExtended | The String "42" appears 6 times in the file. | 393 | |
| extension | MultipleStringLiteralsExtended | The String "T(Integer).valueOf(42)" appears 2 times in the file. | 400 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 4 times in the file. | 415 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 3 times in the file. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 438 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 445 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 514 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 520 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 521 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 570 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 574 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 580 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 581 | |
| extension | MultipleStringLiteralsExtended | The String "!#root" appears 2 times in the file. | 597 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 20 times in the file. | 615 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 14 times in the file. | 622 | |
| extension | MultipleStringLiteralsExtended | The String "def" appears 3 times in the file. | 650 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 5 times in the file. | 681 | |
| extension | MultipleStringLiteralsExtended | The String "#root" appears 2 times in the file. | 682 | |
| extension | MultipleStringLiteralsExtended | The String "doFormat" appears 3 times in the file. | 716 | |
| extension | MultipleStringLiteralsExtended | The String "format" appears 3 times in the file. | 717 | |
| extension | MultipleStringLiteralsExtended | The String "hey there" appears 6 times in the file. | 721 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 722 | |
| extension | MultipleStringLiteralsExtended | The String "hey %s" appears 2 times in the file. | 727 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 734 | |
| extension | MultipleStringLiteralsExtended | The String "arg" appears 4 times in the file. | 743 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 747 | |
| extension | MultipleStringLiteralsExtended | The String "concat" appears 2 times in the file. | 755 | |
| extension | MultipleStringLiteralsExtended | The String "ab" appears 8 times in the file. | 759 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 12 times in the file. | 769 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 770 | |
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 4 times in the file. | 771 | |
| extension | MultipleStringLiteralsExtended | The String "4.0" appears 2 times in the file. | 780 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 12 times in the file. | 788 | |
| extension | MultipleStringLiteralsExtended | The String "doCompare" appears 2 times in the file. | 789 | |
| extension | MultipleStringLiteralsExtended | The String "#doCompare([0],#arg)" appears 2 times in the file. | 793 | |
| extension | MultipleStringLiteralsExtended | The String "-1" appears 4 times in the file. | 794 | |
| extension | MultipleStringLiteralsExtended | The String "negate" appears 2 times in the file. | 810 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 813 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 819 | |
| extension | MultipleStringLiteralsExtended | The String "append" appears 2 times in the file. | 825 | |
| extension | MultipleStringLiteralsExtended | The String "append2" appears 2 times in the file. | 827 | |
| extension | MultipleStringLiteralsExtended | The String "append3" appears 2 times in the file. | 829 | |
| extension | MultipleStringLiteralsExtended | The String "append4" appears 2 times in the file. | 831 | |
| extension | MultipleStringLiteralsExtended | The String "appendChar" appears 2 times in the file. | 833 | |
| extension | MultipleStringLiteralsExtended | The String "sum" appears 2 times in the file. | 835 | |
| extension | MultipleStringLiteralsExtended | The String "sumDouble" appears 2 times in the file. | 837 | |
| extension | MultipleStringLiteralsExtended | The String "sumFloat" appears 2 times in the file. | 839 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 841 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 842 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 843 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 844 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 848 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 854 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 860 | |
| extension | MultipleStringLiteralsExtended | The String "xyz" appears 6 times in the file. | 865 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 866 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 873 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 879 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 885 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 891 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 897 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 903 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 916 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 922 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 928 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 934 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 940 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 946 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 952 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 958 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 964 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 970 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 976 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 982 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 989 | |
| extension | MultipleStringLiteralsExtended | The String "a::bc" appears 2 times in the file. | 995 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 996 | |
| extension | MultipleStringLiteralsExtended | The String "a::b" appears 2 times in the file. | 1001 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1002 | |
| extension | MultipleStringLiteralsExtended | The String "a::" appears 2 times in the file. | 1007 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1008 | |
| extension | MultipleStringLiteralsExtended | The String "a::xyz" appears 2 times in the file. | 1013 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1014 | |
| extension | MultipleStringLiteralsExtended | The String "join" appears 2 times in the file. | 1022 | |
| extension | MultipleStringLiteralsExtended | The String "target" appears 6 times in the file. | 1033 | |
| extension | MultipleStringLiteralsExtended | The String "123" appears 16 times in the file. | 1038 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1045 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1060 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1068 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1071 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1075 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1078 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1082 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1085 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1089 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1092 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1099 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1104 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1118 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1134 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1165 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1168 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1185 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1192 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1195 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1199 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1202 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1211 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1214 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1221 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1231 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1238 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1248 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1258 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1264 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1271 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1276 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1281 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1283 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1292 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1294 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1298 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1304 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1306 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1311 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1314 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1318 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1326 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1330 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1333 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1340 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1344 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1355 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1361 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1367 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1369 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1373 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1375 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1379 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1381 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1384 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1391 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1394 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1396 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1399 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1401 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1404 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1406 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1409 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1411 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1414 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1416 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1419 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1421 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1424 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1426 | |
| extension | MultipleStringLiteralsExtended | The String "T(Double).valueOf(3.0d) == 4.0d" appears 2 times in the file. | 1428 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1429 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1431 | |
| extension | MultipleStringLiteralsExtended | The String "T(Double).valueOf(3.0d) == T(Double).valueOf(3.0d)" appears 2 times in the file. | 1433 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1434 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1436 | |
| extension | MultipleStringLiteralsExtended | The String "5.0d == T(Double).valueOf(3.0d)" appears 2 times in the file. | 1438 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1439 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1441 | |
| extension | MultipleStringLiteralsExtended | The String "false == true" appears 2 times in the file. | 1443 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1444 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1446 | |
| extension | MultipleStringLiteralsExtended | The String "T(Boolean).valueOf('true') == T(Boolean).valueOf('true')" appears 2 times in the file. | 1448 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1449 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1451 | |
| extension | MultipleStringLiteralsExtended | The String "T(Boolean).valueOf('true') == true" appears 2 times in the file. | 1453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1454 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1456 | |
| extension | MultipleStringLiteralsExtended | The String "false == T(Boolean).valueOf('false')" appears 2 times in the file. | 1458 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1459 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1461 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1468 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1471 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1475 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1482 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1485 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1489 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1492 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1499 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1501 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1504 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1506 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1509 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1511 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1514 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1516 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1519 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1521 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1524 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1526 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1529 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1531 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1534 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1536 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1539 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1541 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1544 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1546 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1549 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1551 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1554 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1556 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1559 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1561 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1564 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1566 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1569 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1571 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1574 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1576 | |
| extension | MultipleStringLiteralsExtended | The String "helloworld" appears 4 times in the file. | 1673 | |
| extension | MultipleStringLiteralsExtended | The String "worldhello" appears 2 times in the file. | 1685 | |
| extension | MultipleStringLiteralsExtended | The String "helloworld spring" appears 2 times in the file. | 1691 | |
| extension | MultipleStringLiteralsExtended | The String "objecta" appears 2 times in the file. | 1701 | |
| extension | MultipleStringLiteralsExtended | The String "aobject" appears 2 times in the file. | 1706 | |
| extension | MultipleStringLiteralsExtended | The String "aobjecta" appears 2 times in the file. | 1711 | |
| extension | MultipleStringLiteralsExtended | The String "objectaobject" appears 2 times in the file. | 1716 | |
| extension | MultipleStringLiteralsExtended | The String "objectobject" appears 2 times in the file. | 1721 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1943 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1944 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1946 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1947 | |
| extension | MultipleStringLiteralsExtended | The String "it" appears 5 times in the file. | 2014 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2016 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2017 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2019 | |
| extension | MultipleStringLiteralsExtended | The String "new " appears 5 times in the file. | 2025 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 2028 | |
| extension | MultipleStringLiteralsExtended | The String "abc:5.0:123" appears 2 times in the file. | 2063 | |
| extension | MultipleStringLiteralsExtended | The String "abc:5.0:1" appears 2 times in the file. | 2068 | |
| extension | MultipleStringLiteralsExtended | The String "abc:5.0:" appears 2 times in the file. | 2073 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 2078 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 2080 | |
| extension | MultipleStringLiteralsExtended | The String "#it?.age.equals([0])" appears 4 times in the file. | 2091 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2096 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2098 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2124 | |
| extension | MultipleStringLiteralsExtended | The String "(42)" appears 2 times in the file. | 2190 | |
| extension | MultipleStringLiteralsExtended | The String "::test" appears 4 times in the file. | 2214 | |
| extension | MultipleStringLiteralsExtended | The String "aaa" appears 5 times in the file. | 2275 | |
| extension | MultipleStringLiteralsExtended | The String "aaabbbccc" appears 6 times in the file. | 2286 | |
| extension | MultipleStringLiteralsExtended | The String "aaa::bbbccc" appears 2 times in the file. | 2350 | |
| extension | MultipleStringLiteralsExtended | The String "aaa::" appears 2 times in the file. | 2361 | |
| extension | MultipleStringLiteralsExtended | The String "aaa::{aaabbbccc}{aaabbbccc}" appears 2 times in the file. | 2372 | |
| extension | MultipleStringLiteralsExtended | The String "aaa::{112233}{112233}" appears 2 times in the file. | 2383 | |
| extension | MultipleStringLiteralsExtended | The String "truetruefalse" appears 2 times in the file. | 2394 | |
| extension | MultipleStringLiteralsExtended | The String "1.02.03.0" appears 4 times in the file. | 2436 | |
| extension | MultipleStringLiteralsExtended | The String "1.0" appears 4 times in the file. | 2446 | |
| extension | MultipleStringLiteralsExtended | The String "656667" appears 2 times in the file. | 2499 | |
| extension | MultipleStringLiteralsExtended | The String "65" appears 2 times in the file. | 2509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2595 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 2691 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 2692 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 9 times in the file. | 2692 | |
| extension | MultipleStringLiteralsExtended | The String "[1]" appears 10 times in the file. | 2693 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2702 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2733 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2746 | |
| extension | MultipleStringLiteralsExtended | The String "DR[0]" appears 2 times in the file. | 2813 | |
| extension | MultipleStringLiteralsExtended | The String "instanceof Two" appears 3 times in the file. | 2814 | |
| extension | MultipleStringLiteralsExtended | The String "Lorg/springframework/expression/spel/SpelCompilationCoverageTests$Two" appears 2 times in the file. | 2818 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.expression.spel.SpelCompilationCoverageTests$Three" appears 4 times in the file. | 2821 | |
| extension | MultipleStringLiteralsExtended | The String "Lorg/springframework/expression/spel/SpelCompilationCoverageTests$Three" appears 3 times in the file. | 2825 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.expression.spel.SpelCompilationCoverageTests$Two" appears 2 times in the file. | 2828 | |
| extension | MultipleStringLiteralsExtended | The String "DR[0].three" appears 2 times in the file. | 2833 | |
| extension | MultipleStringLiteralsExtended | The String "D" appears 3 times in the file. | 2844 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2850 | |
| extension | MultipleStringLiteralsExtended | The String "andy" appears 2 times in the file. | 2851 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 8 times in the file. | 2868 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 3 times in the file. | 2875 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 5 times in the file. | 2882 | |
| extension | MultipleStringLiteralsExtended | The String "value4" appears 3 times in the file. | 2889 | |
| extension | MultipleStringLiteralsExtended | The String "wibble" appears 7 times in the file. | 2900 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 2908 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 2909 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 2910 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 2911 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 2912 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 2913 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 2914 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 2915 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 2916 | |
| extension | MultipleStringLiteralsExtended | The String "[0]" appears 5 times in the file. | 2919 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/String" appears 5 times in the file. | 2923 | |
| extension | MultipleStringLiteralsExtended | The String "[2]" appears 4 times in the file. | 2932 | |
| extension | MultipleStringLiteralsExtended | The String "I" appears 3 times in the file. | 2936 | |
| extension | MultipleStringLiteralsExtended | The String "J" appears 2 times in the file. | 2950 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2981 | |
| extension | MultipleStringLiteralsExtended | The String "bbb" appears 5 times in the file. | 2983 | |
| extension | MultipleStringLiteralsExtended | The String "ccc" appears 3 times in the file. | 2984 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/lang/Object" appears 16 times in the file. | 2989 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2991 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 3002 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 3035 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3036 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3037 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 6 times in the file. | 3037 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 4 times in the file. | 3037 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 10 times in the file. | 3037 | |
| extension | MultipleStringLiteralsExtended | The String "d e f" appears 8 times in the file. | 3039 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 3050 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3051 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3052 | |
| extension | MultipleStringLiteralsExtended | The String "1 2 3" appears 6 times in the file. | 3054 | |
| extension | MultipleStringLiteralsExtended | The String "[1][2]" appears 4 times in the file. | 3081 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3088 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3088 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3088 | |
| extension | MultipleStringLiteralsExtended | The String "[Ljava/lang/String" appears 2 times in the file. | 3092 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3102 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3102 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3102 | |
| extension | MultipleStringLiteralsExtended | The String "4 5 6" appears 2 times in the file. | 3104 | |
| extension | MultipleStringLiteralsExtended | The String "6" appears 2 times in the file. | 3110 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 3116 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 3117 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 3142 | |
| extension | MultipleStringLiteralsExtended | The String "['foo']" appears 2 times in the file. | 3148 | |
| extension | MultipleStringLiteralsExtended | The String "a b c" appears 2 times in the file. | 3149 | |
| extension | MultipleStringLiteralsExtended | The String "['foo'][2]" appears 2 times in the file. | 3155 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 3162 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3165 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 2 times in the file. | 3190 | |
| extension | MultipleStringLiteralsExtended | The String "{key=value1}" appears 2 times in the file. | 3200 | |
| extension | MultipleStringLiteralsExtended | The String "Ljava/util/Map" appears 2 times in the file. | 3202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3272 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3274 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3277 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3282 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3284 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3289 | |
| extension | MultipleStringLiteralsExtended | The String "2==payload" appears 2 times in the file. | 3291 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3292 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3294 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3297 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3299 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3302 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3304 | |
| extension | MultipleStringLiteralsExtended | The String "payload/2" appears 2 times in the file. | 3306 | |
| extension | MultipleStringLiteralsExtended | The String "payload+2" appears 2 times in the file. | 3316 | |
| extension | MultipleStringLiteralsExtended | The String "100+payload" appears 2 times in the file. | 3321 | |
| extension | MultipleStringLiteralsExtended | The String "payload-2" appears 2 times in the file. | 3326 | |
| extension | MultipleStringLiteralsExtended | The String "100-payload" appears 2 times in the file. | 3331 | |
| extension | MultipleStringLiteralsExtended | The String "payload*2" appears 2 times in the file. | 3336 | |
| extension | MultipleStringLiteralsExtended | The String "100*payload" appears 2 times in the file. | 3341 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3425 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3427 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3430 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3432 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3435 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3437 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3440 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3442 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3445 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3447 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3450 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3455 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3457 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3460 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3462 | |
| extension | MultipleStringLiteralsExtended | The String "wobble" appears 6 times in the file. | 3480 | |
| extension | MultipleStringLiteralsExtended | The String "command2" appears 2 times in the file. | 3505 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3508 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3559 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 3595 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 3 times in the file. | 3721 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3745 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3749 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 3760 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3768 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3817 | |
| extension | MultipleStringLiteralsExtended | The String "::" appears 9 times in the file. | 3832 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3890 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 3891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 3910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 3913 | |
| extension | MultipleStringLiteralsExtended | The String "{" appears 2 times in the file. | 4038 | |
| extension | MultipleStringLiteralsExtended | The String "}" appears 2 times in the file. | 4042 | |
| extension | MultipleStringLiteralsExtended | The String "UK 123" appears 2 times in the file. | 4095 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 4172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "bc" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Performance check for SpEL expression: '{'abcde','ijklm'}[0].substring({1,3,4}[0],{1,3,4}[1])'" appears 2 times in the file. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "One million iterations: " appears 18 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "ms" appears 19 times in the file. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "Now compiled:" appears 3 times in the file. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "jk" appears 2 times in the file. | 113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "helloworld spring" appears 2 times in the file. | 158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 192 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "timing interpreted: " appears 7 times in the file. | 216 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "ms " appears 14 times in the file. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "timing compiled: " appears 7 times in the file. | 232 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 2 times in the file. | 261 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 267 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 268 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 269 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 286 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "Compiled version is slower than interpreted!" appears 2 times in the file. | 311 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 324 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 328 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 342 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 343 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 360 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 376 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 388 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 389 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 407 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 423 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 435 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 436 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 452 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 468 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 480 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 481 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 498 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 514 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 527 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 528 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 545 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 562 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'iterations'. | 580 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'iterations'. | 581 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 608 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Nikola Tesla" appears 9 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Serbian" appears 3 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "SmilJan" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Induction motor" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Wireless communication" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Idvor" appears 2 times in the file. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 70 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 71 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 72 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 74 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World" appears 2 times in the file. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 269 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 369 | |
| extension | MultipleStringLiteralsExtended | The String "Alexander Seovic2" appears 2 times in the file. | 369 | |
| extension | MultipleStringLiteralsExtended | The String "Alexandar Seovic" appears 2 times in the file. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | MultipleStringLiteralsExtended | The String "Mike Tesla" appears 2 times in the file. | 408 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "reverseString" appears 2 times in the file. | 441 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 488 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "anullc" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "14.35" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "instance" appears 5 times in the file. | 127 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 214 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 14 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 10 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "Dave" appears 4 times in the file. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "Dave2" appears 2 times in the file. | 265 | |
| extension | MultipleStringLiteralsExtended | The String "Elephant" appears 2 times in the file. | 271 | |
| extension | MultipleStringLiteralsExtended | The String "alias" appears 2 times in the file. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "foo.bar" appears 2 times in the file. | 283 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 298 | |
| extension | MultipleStringLiteralsExtended | The String "Found non terminating string literal starting at position 6" appears 2 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "abc def'g}hi jkl" appears 2 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "}" appears 2 times in the file. | 339 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 14 times in the file. | 358 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 359 | |
| extension | MultipleStringLiteralsExtended | The String "Should have failed with an AccessException" appears 2 times in the file. | 362 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 5 times in the file. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 430 | |
| extension | MultipleStringLiteralsExtended | The String "instance[#bar]" appears 2 times in the file. | 433 | |
| extension | MultipleStringLiteralsExtended | The String "$foo" appears 4 times in the file. | 446 | |
| extension | MultipleStringLiteralsExtended | The String "wibble" appears 7 times in the file. | 446 | |
| extension | MultipleStringLiteralsExtended | The String "wobble" appears 5 times in the file. | 447 | |
| extension | MultipleStringLiteralsExtended | The String "wabble" appears 2 times in the file. | 448 | |
| extension | MultipleStringLiteralsExtended | The String "wubble" appears 2 times in the file. | 449 | |
| extension | MultipleStringLiteralsExtended | The String "webble" appears 2 times in the file. | 450 | |
| extension | MultipleStringLiteralsExtended | The String "tribble" appears 2 times in the file. | 451 | |
| extension | MultipleStringLiteralsExtended | The String "world" appears 4 times in the file. | 508 | |
| extension | MultipleStringLiteralsExtended | The String "file_name" appears 2 times in the file. | 531 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 573 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 581 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 607 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 620 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 666 | |
| extension | MultipleStringLiteralsExtended | The String "@foo" appears 2 times in the file. | 667 | |
| extension | MultipleStringLiteralsExtended | The String "custard" appears 3 times in the file. | 668 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 687 | |
| extension | MultipleStringLiteralsExtended | The String "goo" appears 2 times in the file. | 692 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 693 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 694 | |
| extension | MultipleStringLiteralsExtended | The String "trouble" appears 3 times in the file. | 699 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 702 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 5 times in the file. | 739 | |
| extension | MultipleStringLiteralsExtended | The String "?:'default'" appears 2 times in the file. | 740 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 782 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 784 | |
| extension | MultipleStringLiteralsExtended | The String "Arthur" appears 3 times in the file. | 785 | |
| extension | MultipleStringLiteralsExtended | The String "def" appears 5 times in the file. | 850 | |
| extension | MultipleStringLiteralsExtended | The String "xyz" appears 3 times in the file. | 853 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 876 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 936 | |
| extension | MultipleStringLiteralsExtended | The String "getX" appears 3 times in the file. | 940 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 976 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 989 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 992 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1112 | |
| extension | MultipleStringLiteralsExtended | The String "NE" appears 2 times in the file. | 1115 | |
| extension | MultipleStringLiteralsExtended | The String "first" appears 2 times in the file. | 1173 | |
| extension | MultipleStringLiteralsExtended | The String "shouldBeFirst" appears 5 times in the file. | 1173 | |
| extension | MultipleStringLiteralsExtended | The String "second" appears 3 times in the file. | 1174 | |
| extension | MultipleStringLiteralsExtended | The String "shouldBeSecond" appears 4 times in the file. | 1174 | |
| extension | MultipleStringLiteralsExtended | The String "third" appears 4 times in the file. | 1175 | |
| extension | MultipleStringLiteralsExtended | The String "shouldBeThird" appears 3 times in the file. | 1175 | |
| extension | MultipleStringLiteralsExtended | The String "fourth" appears 5 times in the file. | 1176 | |
| extension | MultipleStringLiteralsExtended | The String "shouldBeFourth" appears 2 times in the file. | 1176 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1194 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1196 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1228 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1229 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1230 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1231 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1271 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1275 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1296 | |
| extension | MultipleStringLiteralsExtended | The String "Equal assertion failed: " appears 4 times in the file. | 1305 | |
| extension | MultipleStringLiteralsExtended | The String "class [Ljava.lang.Long;" appears 2 times in the file. | 1305 | |
| extension | MultipleStringLiteralsExtended | The String "T(java.lang.String[][][])" appears 2 times in the file. | 1311 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1325 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1350 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1360 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1370 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1380 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1390 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1400 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1410 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1420 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1430 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1440 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1450 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1460 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1470 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1480 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1490 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1500 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1510 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1520 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1530 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1540 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1550 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1560 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1570 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1580 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1590 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1600 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1610 | |
| extension | MultipleStringLiteralsExtended | The String "property" appears 2 times in the file. | 1615 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1619 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1628 | |
| extension | MultipleStringLiteralsExtended | The String "simpleProperty" appears 2 times in the file. | 1632 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1636 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1644 | |
| extension | MultipleStringLiteralsExtended | The String "primitiveProperty" appears 2 times in the file. | 1648 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1652 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1660 | |
| extension | MultipleStringLiteralsExtended | The String "EL1070E:(pos 0): Problem parsing left operand" appears 7 times in the file. | 1662 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1673 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1679 | |
| extension | MultipleStringLiteralsExtended | The String "T(" appears 2 times in the file. | 1682 | |
| extension | MultipleStringLiteralsExtended | The String ").VALUE" appears 2 times in the file. | 1682 | |
| extension | MultipleStringLiteralsExtended | The String "interfaceValue" appears 3 times in the file. | 1684 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1690 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1698 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1706 | |
| extension | MultipleStringLiteralsExtended | The String "#enumType.values()" appears 2 times in the file. | 1712 | |
| extension | MultipleStringLiteralsExtended | The String "enumType" appears 3 times in the file. | 1714 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1717 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1725 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1731 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1742 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1760 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1769 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1775 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 1781 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1786 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1797 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1801 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 3 times in the file. | 1802 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 3 times in the file. | 1803 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1807 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1810 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1812 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1820 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1827 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1834 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1842 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1850 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1859 | |
| extension | MultipleStringLiteralsExtended | The String "child1" appears 2 times in the file. | 1865 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1881 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1889 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1894 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1895 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1898 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1904 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 2013 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 2038 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2054 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "===> Expression '" appears 2 times in the file. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "URL" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "}" appears 4 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "#{" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "hello ${'world'}" appears 3 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "hello world" appears 13 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 6 times in the file. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "Should have failed" appears 5 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "1+2+3" appears 2 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "hello ${'world'" appears 2 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "def" appears 2 times in the file. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "isEven" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "reverseInt" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "reverseString" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "varargsFunctionReverseStringsAndMerge" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "varargsFunctionReverseStringsAndMerge2" appears 2 times in the file. | 56 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Nikola Tesla" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "int[3]{3,2,1}" appears 2 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "a string" appears 2 times in the file. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 46 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "word" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "123.00" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "123" appears 6 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "456" appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "\"foo\"" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "\"bar\"" appears 2 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "\"number is \"" appears 2 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "\" is a number\"" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "timeVar" appears 2 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "\" is now\"" appears 4 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String " is now" appears 2 times in the file. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "x" appears 5 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 5 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 5 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 4 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "foo(#props)" appears 4 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "props" appears 4 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "123" appears 2 times in the file. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "1null3" appears 2 times in the file. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "2" appears 3 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 3 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 2 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "true and true or false" appears 2 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "!true" appears 2 times in the file. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 8 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "wibble" appears 2 times in the file. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "Expression 'wibble': test" appears 2 times in the file. | 351 | |
| extension | MultipleStringLiteralsExtended | The String "Expression 'wibble' @ 3: test" appears 2 times in the file. | 356 | |
| extension | MultipleStringLiteralsExtended | The String "1.2e3" appears 2 times in the file. | 390 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 404 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 8 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "oneArg" appears 2 times in the file. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "twoArg" appears 2 times in the file. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 8 times in the file. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 4 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 2 times in the file. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "3.0" appears 3 times in the file. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 | |
| extension | MultipleStringLiteralsExtended | The String "property" appears 12 times in the file. | 291 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "field" appears 12 times in the file. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "goodbye" appears 2 times in the file. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | MultipleStringLiteralsExtended | The String "field2" appears 4 times in the file. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "property2" appears 3 times in the file. | 310 | |
| extension | MultipleStringLiteralsExtended | The String "doodoo" appears 3 times in the file. | 310 | |
| extension | MultipleStringLiteralsExtended | The String "property4" appears 2 times in the file. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 320 | |
| extension | MultipleStringLiteralsExtended | The String "iD" appears 4 times in the file. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 5 times in the file. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "ID" appears 4 times in the file. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "Id" appears 2 times in the file. | 330 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "xyZ" appears 4 times in the file. | 334 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | MultipleStringLiteralsExtended | The String "xY" appears 4 times in the file. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "pEBS" appears 3 times in the file. | 340 | |
| extension | MultipleStringLiteralsExtended | The String "Test String" appears 2 times in the file. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 355 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 356 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | MultipleStringLiteralsExtended | The String "Should not be a null match" appears 2 times in the file. | 489 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 493 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 496 | |
| extension | MultipleStringLiteralsExtended | The String "expected to be a match requiring conversion, but was " appears 2 times in the file. | 499 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 516 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 519 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 538 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "java.util" appears 2 times in the file. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 25 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 29 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 16 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 17 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 18 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 25 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 29 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 32 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 33 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 34 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 35 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 36 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 37 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 38 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 40 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 167 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 189 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 193 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 17 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 7 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 25 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'TomcatInstrumentableClassLoader' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 69 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 55 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 62 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "INIT" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "ignore-failures" appears 2 times in the file. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "encoding" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "separator" appears 3 times in the file. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "enabled" appears 2 times in the file. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'parameterPosition' can be moved inside the block at line '58' to restrict runtime creation. | 57 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 61 position 34 need optimization. All method calls are advised to move to end of logic expression. | 61 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'initialize' is called in constructor body. | 109 | |
| extension | OverridableMethodInConstructor | Overridable method 'initialize' is called in constructor body. | 119 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 175 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 242 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 250 position 33 need optimization. All method calls are advised to move to end of logic expression. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "' of type " appears 2 times in the file. | 252 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 321 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Callback object must not be null" appears 4 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 7 times in the file. | 427 | |
| extension | MultipleStringLiteralsExtended | The String "SQL must not be null" appears 3 times in the file. | 445 | |
| extension | MultipleStringLiteralsExtended | The String "ResultSetExtractor must not be null" appears 2 times in the file. | 446 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 504 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "SQL update affected " appears 3 times in the file. | 540 | |
| extension | MultipleStringLiteralsExtended | The String " rows" appears 2 times in the file. | 540 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 602 | |
| extension | MultipleStringLiteralsExtended | The String " [" appears 2 times in the file. | 627 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 846 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 853 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 860 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 867 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 953 | |
| extension | MultipleStringLiteralsExtended | The String "Executing SQL batch update [" appears 2 times in the file. | 986 | |
| extension | ReturnCountExtended | Return count for 'doInPreparedStatement' method is 2 (max allowed is 1). | 991 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 995 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1008 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1052 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1157 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1158 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1159 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 4 times in the file. | 1179 | |
| extension | MultipleStringLiteralsExtended | The String "CallableStatement.getUpdateCount() returned " appears 2 times in the file. | 1180 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1203 | |
| extension | MoveVariableInsideIf | Variable 'rsIndex' can be moved inside the block at line '1,207' to restrict runtime creation. | 1204 | |
| extension | MoveVariableInsideIf | Variable 'updateIndex' can be moved inside the block at line '1,207' to restrict runtime creation. | 1205 | |
| extension | MoveVariableInsideIf | Variable 'moreResults' can be moved inside the block at line '1,207' to restrict runtime creation. | 1206 | |
| extension | MultipleStringLiteralsExtended | The String "Added default SqlReturnResultSet parameter named '" appears 2 times in the file. | 1220 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1265 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1313 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 2 (max allowed is 1). | 1491 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1496 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 1531 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 1537 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "SQL [" appears 2 times in the file. | 220 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'mapRow' method is 2 (max allowed is 1). | 83 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 99 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 174 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 146 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "Could not check connection metadata" appears 2 times in the file. | 257 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 264 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 295 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 440 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 449 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 93 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 101 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 250 | |
| extension | ReturnCountExtended | Return count for 'reconcileParameters' method is 2 (max allowed is 1). | 282 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 283 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 284 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 286 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 287 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 320 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 328 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 341 position 72 need optimization. All method calls are advised to move to end of logic expression. | 341 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 377 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 437 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 438 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to locate the corresponding parameter value for '" appears 2 times in the file. | 471 | |
| extension | MultipleStringLiteralsExtended | The String "' within the parameter values provided: " appears 2 times in the file. | 472 | |
| extension | MultipleStringLiteralsExtended | The String "Matching " appears 2 times in the file. | 483 | |
| extension | MultipleStringLiteralsExtended | The String " with " appears 2 times in the file. | 483 | |
| extension | MultipleStringLiteralsExtended | The String "Found match for " appears 2 times in the file. | 484 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 498 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 508 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 546 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 4 times in the file. | 581 | |
| extension | MultipleStringLiteralsExtended | The String "(" appears 2 times in the file. | 583 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "Apache Derby" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "DB2" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "MySQL" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "Microsoft SQL Server" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "Oracle" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "PostgreSQL" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Sybase" appears 2 times in the file. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "-- supported are: " appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "Metadata processing disabled - you must specify all parameters explicitly" appears 2 times in the file. | 82 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'databaseMetaData'. | 105 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'databaseMetaData'. | 108 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'databaseMetaData'. | 111 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'databaseMetaData'. | 114 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'databaseMetaData'. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 318 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 4 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 7 times in the file. | 352 | |
| extension | MultipleStringLiteralsExtended | The String "DATA_TYPE" appears 2 times in the file. | 352 | |
| extension | MultipleStringLiteralsExtended | The String "TYPE_NAME" appears 2 times in the file. | 353 | |
| extension | MultipleStringLiteralsExtended | The String "NULLABLE" appears 2 times in the file. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 280 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 297 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to locate table meta data for '" appears 3 times in the file. | 333 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 374 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 392 position 35 need optimization. All method calls are advised to move to end of logic expression. | 392 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 115 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 124 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 221 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 225 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 239 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 279 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 280 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 296 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 313 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 347 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter name must not be null" appears 4 times in the file. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | OverridableMethodInConstructor | Overridable method 'addValues' is called in constructor body. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter name must not be null" appears 3 times in the file. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 250 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 88 | |
| extension | MultipleStringLiteralsExtended | The String " in statement: " appears 2 times in the file. | 117 | |
| extension | ReturnCountExtended | Return count for 'skipCommentsAndQuotes' method is 2 (max allowed is 1). | 193 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "?" appears 4 times in the file. | 284 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 332 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 335 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 413 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "]: " appears 2 times in the file. | 232 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 74 | |
| extension | OverridableMethodInConstructor | Overridable method 'setNativeJdbcExtractor' is called in constructor body. | 107 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 264 | |
| extension | MultipleStringLiteralsExtended | The String " with: " appears 2 times in the file. | 360 | |
| extension | ReturnCountExtended | Return count for 'executeInsertAndReturnKeyHolderInternal' method is 2 (max allowed is 1). | 430 | |
| extension | MultipleStringLiteralsExtended | The String "Generated Key Name(s) not specified. " appears 2 times in the file. | 453 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 470 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 491 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 547 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 561 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 122 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 139 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 157 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 188 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 225 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 249 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 267 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 96 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 117 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 175 position 38 need optimization. All method calls are advised to move to end of logic expression. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "Content type [" appears 2 times in the file. | 186 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 190 position 38 need optimization. All method calls are advised to move to end of logic expression. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 103 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 192 position 16 need optimization. All method calls are advised to move to end of logic expression. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setDataSource' is called in constructor body. | 123 | |
| extension | OverridableMethodInConstructor | Overridable method 'afterPropertiesSet' is called in constructor body. | 124 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 190 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 269 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 321 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'doGetConnection' method is 2 (max allowed is 1). | 96 | |
| extension | MultipleStringLiteralsExtended | The String "No DataSource specified" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "No Connection specified" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "Timeout" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "Could not set JDBC Connection read-only" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "] to " appears 2 times in the file. | 187 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 227 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 245 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 299 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 362 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setTargetDataSource' is called in constructor body. | 57 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 107 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 69 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 127 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'afterPropertiesSet' is called in constructor body. | 106 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 5 (max allowed is 1). | 277 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 283 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 379 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 387 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 397 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 413 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setDriver' is called in constructor body. | 71 | |
| extension | OverridableMethodInConstructor | Overridable method 'setDriver' is called in constructor body. | 84 | |
| extension | OverridableMethodInConstructor | Overridable method 'setDriver' is called in constructor body. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 123 | |
| extension | OverridableMethodInConstructor | Overridable method 'getCloseSuppressingConnectionProxy' is called in constructor body. | 123 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 147 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'autoCommit'. | 147 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 154 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 197 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 229 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 266 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 2 (max allowed is 1). | 298 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 303 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 336 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 156 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 156 position 71 need optimization. All method calls are advised to move to end of logic expression. | 156 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 4 (max allowed is 1). | 178 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 193 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | OverridableMethodInConstructor | Overridable method 'setScripts' is called in constructor body. | 89 | |
| extension | OverridableMethodInConstructor | Overridable method 'setSqlScriptEncoding' is called in constructor body. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "Script must not be null" appears 2 times in the file. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\n" appears 2 times in the file. | 61 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 178 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 447 | |
| extension | MoveVariableInsideIf | Variable 'rowsAffected' can be moved inside the block at line '459' to restrict runtime creation. | 458 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 481 | |
| extension | MoveVariableInsideIf | Variable 'elapsedTime' can be moved inside the block at line '487' to restrict runtime creation. | 486 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 491 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 106 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "BeanFactory is required" appears 2 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | OverridableMethodInConstructor | Overridable method 'setDataSources' is called in constructor body. | 54 | |
| extension | OverridableMethodInConstructor | Overridable method 'addDataSource' is called in constructor body. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "DataSource name must not be null" appears 2 times in the file. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'BatchSqlUpdate' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 70 | |
| extension | OverridableMethodInConstructor | Overridable method 'setBatchSize' is called in constructor body. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Unable to instantiate RowMapper" appears 2 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot add parameters once the query is compiled" appears 2 times in the file. | 278 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "BLOB or CLOB parameters are not allowed for this kind of operation" appears 2 times in the file. | 387 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 392 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 404 | |
| extension | MultipleStringLiteralsExtended | The String " parameters were supplied, but " appears 2 times in the file. | 430 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 431 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "(" appears 2 times in the file. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | OverridableMethodInConstructor | Overridable method 'setResultType' is called in constructor body. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'translate' method is 3 (max allowed is 1). | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "] for database '" appears 2 times in the file. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " seconds" appears 2 times in the file. | 140 | |
| extension | MoveVariableInsideIf | Variable 'duration' can be moved inside the block at line '144' to restrict runtime creation. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 78 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 98 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 118 | |
| extension | ReturnCountExtended | Return count for 'getResultSetValue' method is 2 (max allowed is 1). | 139 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "oracle.sql.TIMESTAMP" appears 2 times in the file. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "java.sql.Timestamp" appears 2 times in the file. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "] was null" appears 2 times in the file. | 292 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 347 | |
| extension | MultipleStringLiteralsExtended | The String "DB2" appears 2 times in the file. | 393 | |
| extension | MoveVariableInsideIf | Variable 'nextIsUpper' can be moved inside the block at line '446' to restrict runtime creation. | 445 | |
| extension | MultipleStringLiteralsExtended | The String "_" appears 2 times in the file. | 447 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setDataSource' is called in constructor body. | 97 | |
| extension | OverridableMethodInConstructor | Overridable method 'setDatabaseProductName' is called in constructor body. | 110 | |
| extension | ReturnCountExtended | Return count for 'doTranslate' method is 4 (max allowed is 1). | 168 | |
| extension | MultipleStringLiteralsExtended | The String "', error code '" appears 2 times in the file. | 276 | |
| extension | ReturnCountExtended | Return count for 'createCustomException' method is 7 (max allowed is 1). | 315 | |
| extension | MultipleStringLiteralsExtended | The String ": " appears 3 times in the file. | 365 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 381 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 386 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 74 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 83 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 99 | |
| extension | OverridableMethodInConstructor | Overridable method 'loadResource' is called in constructor body. | 108 | |
| extension | OverridableMethodInConstructor | Overridable method 'loadResource' is called in constructor body. | 117 | |
| extension | ReturnCountExtended | Return count for 'getErrorCodes' method is 2 (max allowed is 1). | 160 | |
| extension | MultipleStringLiteralsExtended | The String "SQL error codes for '" appears 2 times in the file. | 175 | |
| extension | ReturnCountExtended | Return count for 'getErrorCodes' method is 3 (max allowed is 1). | 196 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "' found in the CustomSQLExceptionTranslatorRegistry for database " appears 2 times in the file. | 261 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'doTranslate' method is 4 (max allowed is 1). | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | ReturnCountExtended | Return count for 'doTranslate' method is 4 (max allowed is 1). | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "Set BLOB to null" appears 2 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "Set CLOB to null" appears 3 times in the file. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 106 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 120 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 122 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 221 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 235 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 245 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 255 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 265 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 275 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 298 | |
| extension | MultipleStringLiteralsExtended | The String "isTemporary" appears 2 times in the file. | 301 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "open" appears 2 times in the file. | 307 | |
| extension | MultipleStringLiteralsExtended | The String "Could not open Oracle LOB" appears 2 times in the file. | 312 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 314 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 337 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "freeTemporary" appears 2 times in the file. | 346 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 350 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 356 | |
| extension | MultipleStringLiteralsExtended | The String "close" appears 2 times in the file. | 359 | |
| extension | MultipleStringLiteralsExtended | The String "Could not free Oracle LOB" appears 4 times in the file. | 366 | |
| extension | MultipleStringLiteralsExtended | The String "Could not close Oracle LOB" appears 2 times in the file. | 369 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 372 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 391 | |
| extension | MultipleStringLiteralsExtended | The String "getBinaryOutputStream" appears 2 times in the file. | 401 | |
| extension | MultipleStringLiteralsExtended | The String "Set Oracle BLOB to null" appears 2 times in the file. | 413 | |
| extension | MultipleStringLiteralsExtended | The String "getCharacterOutputStream" appears 2 times in the file. | 450 | |
| extension | MultipleStringLiteralsExtended | The String "Set Oracle CLOB to null" appears 3 times in the file. | 462 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 541 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 544 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 550 | |
| extension | MultipleStringLiteralsExtended | The String "Could not create Oracle LOB" appears 2 times in the file. | 550 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 554 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 565 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 573 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 593 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 606 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "US-ASCII" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "US-ASCII encoding not supported: " appears 2 times in the file. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Set BLOB to null" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Could not copy into LOB stream" appears 3 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Set CLOB to null" appears 3 times in the file. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 64 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 69 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getInnermostDelegate' method is 3 (max allowed is 1). | 61 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "WrappedConnection" appears 2 times in the file. | 79 | |
| extension | AvoidHidingCauseException | Cause exception 'ex2' was lost. | 88 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 87 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ENABLED" appears 4 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "org/springframework/jdbc/config/jdbc-initialize-config.xml" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "dataSource" appears 7 times in the file. | 62 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 65 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "jdbc-config.xml" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "dataSource" appears 4 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "derbyDataSource" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "databaseName" appears 2 times in the file. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Bubba" appears 4 times in the file. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "1234.56" appears 4 times in the file. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "select name, age, birth_date, balance from people" appears 5 times in the file. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "age" appears 9 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "SELECT AGE FROM CUSTMR WHERE ID < 3" appears 5 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "All rows returned" appears 8 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "First row is Integer" appears 5 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "Second row is Integer" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "SELECT AGE FROM CUSTMR WHERE ID = 3" appears 8 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "Correct result type" appears 3 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "myvalue" appears 2 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "22" appears 2 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "Return of an int" appears 2 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "Return of a long" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "SELECT AGE FROM CUSTMR WHERE ID < ?" appears 5 times in the file. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "SELECT AGE FROM CUSTMR WHERE ID = ?" appears 4 times in the file. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "UPDATE NOSUCHTABLE SET DATE_DISPATCHED = SYSDATE WHERE ID = ?" appears 10 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "bad update" appears 2 times in the file. | 128 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "SELECT ID, FORENAME FROM CUSTMR WHERE ID < 3" appears 6 times in the file. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "UPDATE NOSUCHTABLE SET DATE_DISPATCHED = SYSDATE WHERE ID = 4" appears 3 times in the file. | 379 | |
| extension | MultipleStringLiteralsExtended | The String "Actual rows affected is correct" appears 3 times in the file. | 386 | |
| extension | MultipleStringLiteralsExtended | The String "UPDATE NOSUCHTABLE SET DATE_DISPATCHED = SYSDATE WHERE ID = 1" appears 3 times in the file. | 444 | |
| extension | MultipleStringLiteralsExtended | The String "UPDATE NOSUCHTABLE SET DATE_DISPATCHED = SYSDATE WHERE ID = 2" appears 2 times in the file. | 445 | |
| extension | MultipleStringLiteralsExtended | The String "executed 2 updates" appears 10 times in the file. | 454 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 464 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 472 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 584 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 745 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 771 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 828 | |
| extension | MultipleStringLiteralsExtended | The String "07xxx" appears 3 times in the file. | 828 | |
| extension | MultipleStringLiteralsExtended | The String "UPDATE FOO SET NAME=? WHERE ID = 1" appears 2 times in the file. | 892 | |
| extension | MultipleStringLiteralsExtended | The String "Gary" appears 2 times in the file. | 893 | |
| extension | MultipleStringLiteralsExtended | The String "SELECT forename from custmr" appears 2 times in the file. | 955 | |
| extension | MultipleStringLiteralsExtended | The String "My warning" appears 2 times in the file. | 956 | |
| extension | MultipleStringLiteralsExtended | The String "I have a known problem" appears 3 times in the file. | 1007 | |
| extension | MultipleStringLiteralsExtended | The String "99999" appears 2 times in the file. | 1007 | |
| extension | MultipleStringLiteralsExtended | The String "SELECT ID FROM CUSTOMER" appears 3 times in the file. | 1008 | |
| extension | MultipleStringLiteralsExtended | The String "MySQL" appears 2 times in the file. | 1042 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1153 | |
| extension | MultipleStringLiteralsExtended | The String "my query" appears 5 times in the file. | 1162 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown InvalidDataAccessApiUsageException" appears 2 times in the file. | 1212 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1249 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1289 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 1290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "tb1" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "tb2" appears 2 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "some SQL" appears 4 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "test1" appears 4 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "test2" appears 4 times in the file. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "mytype" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Informix Dynamic Server" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Informix Driver" appears 3 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Apache Derby" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "Apache Derby Embedded Driver" appears 3 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 8 times in the file. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 35 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "thisPropertyDoesNotExist" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "tb" appears 4 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 5 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 6 times in the file. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "noOp" appears 2 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "FOO" appears 3 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "Correct SQL Type not registered" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "id" appears 18 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "forename" appears 8 times in the file. | 69 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "perfId" appears 4 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "priceId" appears 4 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "result" appears 6 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 14 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "country" appears 4 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "UK" appears 8 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "Customer id was assigned correctly" appears 7 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "Customer forename was assigned correctly" appears 7 times in the file. | 203 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 245 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "UPDATE NOSUCHTABLE SET DATE_DISPATCHED = SYSDATE WHERE ID = :id" appears 3 times in the file. | 415 | |
| extension | MultipleStringLiteralsExtended | The String "executed 2 updates" appears 3 times in the file. | 417 | |
| extension | MultipleStringLiteralsExtended | The String "UPDATE NOSUCHTABLE SET DATE_DISPATCHED = SYSDATE WHERE ID = ?" appears 3 times in the file. | 420 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "age" appears 5 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 9 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "SELECT AGE FROM CUSTMR WHERE ID < :id" appears 5 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "All rows returned" appears 4 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "First row is Integer" appears 3 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "SELECT AGE FROM CUSTMR WHERE ID < ?" appears 5 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "SELECT AGE FROM CUSTMR WHERE ID = :id" appears 5 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "Correct result type" appears 5 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "SELECT AGE FROM CUSTMR WHERE ID = ?" appears 5 times in the file. | 183 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 193 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 17 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 13 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 13 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "xxx :a :b :c" appears 5 times in the file. | 65 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "xxx :a :b :c xx :a :b" appears 6 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "xxx :a :a :a xx :a :a" appears 3 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "SQL_TYPE" appears 2 times in the file. | 105 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "select 'first name' from artists where id = ? and quote = 'exsqueeze me?'" appears 2 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "select 'first name' from artists where id = :id and quote = 'exsqueeze me?'" appears 2 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "p1" appears 2 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "p2" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "select foo from bar where baz = b:{}z" appears 2 times in the file. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "select foo from bar where baz = 'b:{p1}z'" appears 2 times in the file. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "xxx & yyyy" appears 2 times in the file. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "xxx" appears 3 times in the file. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 3 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "customer_no" appears 3 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "select name, age, birth_date, balance from people" appears 2 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "MyDB" appears 3 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "me" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "add_invoice" appears 9 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "amount" appears 10 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "custid" appears 10 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "newid" appears 3 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "return" appears 2 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "ME" appears 5 times in the file. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "ADD_INVOICE" appears 4 times in the file. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "COLUMN_NAME" appears 2 times in the file. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "COLUMN_TYPE" appears 2 times in the file. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "MyDB" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 4 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "xy" appears 2 times in the file. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 243 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 251 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 259 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "executed 2 updates" appears 3 times in the file. | 308 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 320 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 337 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "customers" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "me" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "TABLE_SCHEM" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "TABLE_NAME" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "TABLE_TYPE" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "TABLE" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "COLUMN_NAME" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 4 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "customersince" appears 3 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "version" appears 3 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "DATA_TYPE" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "NULLABLE" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "MyDB" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "1.0" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "wrong number of parameters: " appears 2 times in the file. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 3 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "Correct JdbcTemplate" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "initDao called" appears 2 times in the file. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Bla" appears 9 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 17 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "bla" appears 9 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "IllegalArgumentException should have been thrown" appears 2 times in the file. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Hasn't thread connection" appears 13 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "JTA synchronizations not active" appears 8 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "JTA synchronizations active" appears 6 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Is new transaction" appears 5 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "Has thread connection" appears 18 times in the file. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 362 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 574 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 594 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 674 | |
| extension | MultipleStringLiteralsExtended | The String "ISOLATION_REPEATABLE_READ" appears 2 times in the file. | 676 | |
| extension | MultipleStringLiteralsExtended | The String "ds2" appears 2 times in the file. | 676 | |
| extension | MultipleStringLiteralsExtended | The String "ds1" appears 2 times in the file. | 677 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "Hasn't thread connection" appears 70 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Synchronization not active" appears 25 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "Has thread connection" appears 11 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "Synchronization active" appears 16 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "Is new transaction" appears 26 times in the file. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "Application exception" appears 2 times in the file. | 217 | |
| extension | MoveVariableInsideIf | Variable 'con' can be moved inside the block at line '226' to restrict runtime creation. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown RuntimeException" appears 2 times in the file. | 237 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "Correct exception thrown" appears 2 times in the file. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "Is existing transaction" appears 7 times in the file. | 278 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "Is not rollback-only" appears 4 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "Is rollback-only" appears 4 times in the file. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown UnexpectedRollbackException" appears 2 times in the file. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 362 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 365 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalTransactionStateException" appears 4 times in the file. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 475 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 476 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 529 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 530 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 531 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 532 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 549 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 550 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 557 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 558 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 563 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 596 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 597 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 604 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 605 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 610 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 611 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 648 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 649 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown CannotCreateTransactionException" appears 2 times in the file. | 658 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 681 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 682 | |
| extension | MultipleStringLiteralsExtended | The String "Isn't new transaction" appears 3 times in the file. | 689 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 690 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 691 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 696 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 697 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 713 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 822 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 823 | |
| extension | MultipleStringLiteralsExtended | The String "some SQL statement" appears 2 times in the file. | 853 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot commit" appears 2 times in the file. | 1086 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown TransactionSystemException" appears 3 times in the file. | 1096 | |
| extension | MultipleStringLiteralsExtended | The String "Is not new transaction" appears 3 times in the file. | 1167 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1168 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1169 | |
| extension | MultipleStringLiteralsExtended | The String "Isn't nested transaction" appears 4 times in the file. | 1238 | |
| extension | MultipleStringLiteralsExtended | The String "Is nested transaction" appears 2 times in the file. | 1246 | |
| extension | MultipleStringLiteralsExtended | The String "SAVEPOINT_1" appears 3 times in the file. | 1268 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 1410 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 1412 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 1414 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 1416 | |
| extension | MultipleStringLiteralsExtended | The String "Should never be called" appears 2 times in the file. | 1438 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1440 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1446 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1455 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1461 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1463 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1464 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "url" appears 3 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "uname" appears 4 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "pwd" appears 4 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "user" appears 5 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "password" appears 5 times in the file. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "myProp" appears 4 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 4 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "yourProp" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "yourValue" appears 4 times in the file. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "user" appears 4 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "pw" appears 4 times in the file. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "db-schema.sql" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "db-test-data.sql" appears 7 times in the file. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "select COUNT(NAME) from T_TEST where NAME='Keith'" appears 6 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "select COUNT(NAME) from T_TEST where NAME='Dave'" appears 6 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Brannen" appears 4 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "users-data-with-comments.sql" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "Hoeller" appears 2 times in the file. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 40 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 45 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 71 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 77 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 83 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "insert into customer (id, name) values (1, 'Rod ; Johnson'), (2, 'Adrian \n Collier')" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "insert into orders(id, order_date, customer_id) values (1, '2008-01-02', 2)" appears 7 times in the file. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "wrong number of statements" appears 7 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "statement 1 not split correctly" appears 6 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "statement 2 not split correctly" appears 6 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "statement 3 not split correctly" appears 4 times in the file. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 108 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 149 | |
| extension | MultipleStringLiteralsExtended | The String ";" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 2 times in the file. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 66 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 37 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "A DataSourceLookup implementation must *never* return null from getDataSource(): this one obviously (and incorrectly) is" appears 3 times in the file. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 84 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "executed 2 updates" appears 2 times in the file. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 2 times in the file. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "UK" appears 3 times in the file. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "select * from mytable" appears 8 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Shouldn't allow setting parameters after compile" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Shouldn't validate without enough parameters" appears 2 times in the file. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "id" appears 15 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "forename" appears 11 times in the file. | 79 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 25 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "Customer id was assigned correctly" appears 5 times in the file. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "Customer forename was assigned correctly" appears 4 times in the file. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "Roger" appears 2 times in the file. | 311 | |
| extension | MultipleStringLiteralsExtended | The String "dave" appears 4 times in the file. | 370 | |
| extension | MultipleStringLiteralsExtended | The String "2 results in list" appears 2 times in the file. | 392 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 427 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 501 | |
| extension | MultipleStringLiteralsExtended | The String "country" appears 2 times in the file. | 540 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 559 | |
| extension | MultipleStringLiteralsExtended | The String "UK" appears 2 times in the file. | 567 | |
| extension | MultipleStringLiteralsExtended | The String "juergen" appears 4 times in the file. | 581 | |
| extension | MultipleStringLiteralsExtended | The String "ids" appears 2 times in the file. | 592 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 605 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 612 | |
| extension | MultipleStringLiteralsExtended | The String "We got two customers back" appears 2 times in the file. | 617 | |
| extension | MultipleStringLiteralsExtended | The String "First customer id was assigned correctly" appears 2 times in the file. | 618 | |
| extension | MultipleStringLiteralsExtended | The String "First customer forename was assigned correctly" appears 2 times in the file. | 619 | |
| extension | MultipleStringLiteralsExtended | The String "Second customer id was assigned correctly" appears 2 times in the file. | 620 | |
| extension | MultipleStringLiteralsExtended | The String "Second customer forename was assigned correctly" appears 2 times in the file. | 621 | |
| extension | MultipleStringLiteralsExtended | The String "id1" appears 4 times in the file. | 644 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 657 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 704 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 740 | |
| extension | MultipleStringLiteralsExtended | The String "Rod" appears 2 times in the file. | 741 | |
| extension | MultipleStringLiteralsExtended | The String "Thomas" appears 2 times in the file. | 742 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "priceId" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "perfId" appears 2 times in the file. | 147 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 8 times in the file. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Syntax error or access violation exception" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "42000" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "{call " appears 16 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "()}" appears 7 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "(?, ?, ?)}" appears 3 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "(?, ?)}" appears 4 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "(?)}" appears 2 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 6 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "Bar" appears 6 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "rs" appears 6 times in the file. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "spam" appears 2 times in the file. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "eggs" appears 2 times in the file. | 310 | |
| extension | MultipleStringLiteralsExtended | The String "Spam" appears 2 times in the file. | 315 | |
| extension | MultipleStringLiteralsExtended | The String "Eggs" appears 2 times in the file. | 316 | |
| extension | MultipleStringLiteralsExtended | The String "incorrect number of returns" appears 3 times in the file. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "OK" appears 4 times in the file. | 396 | |
| extension | MultipleStringLiteralsExtended | The String "out" appears 6 times in the file. | 402 | |
| extension | MultipleStringLiteralsExtended | The String "12345.6789" appears 2 times in the file. | 428 | |
| extension | MultipleStringLiteralsExtended | The String "intIn" appears 2 times in the file. | 444 | |
| extension | MultipleStringLiteralsExtended | The String "intOut" appears 2 times in the file. | 445 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 450 | |
| extension | MultipleStringLiteralsExtended | The String "add_invoice" appears 2 times in the file. | 459 | |
| extension | MultipleStringLiteralsExtended | The String "amount" appears 3 times in the file. | 464 | |
| extension | MultipleStringLiteralsExtended | The String "custid" appears 3 times in the file. | 465 | |
| extension | MultipleStringLiteralsExtended | The String "newid" appears 4 times in the file. | 466 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 471 | |
| extension | MultipleStringLiteralsExtended | The String "ptest" appears 2 times in the file. | 505 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 510 | |
| extension | MultipleStringLiteralsExtended | The String "no_sproc_with_this_name" appears 2 times in the file. | 518 | |
| extension | MultipleStringLiteralsExtended | The String "sproc_with_result_set" appears 2 times in the file. | 557 | |
| extension | MultipleStringLiteralsExtended | The String "in" appears 4 times in the file. | 615 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 631 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 652 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Ouch" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "42000" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Should have been translated" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "select max(identity()) from myseq" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "myseq" appears 5 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "seq" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "002" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "insert into myseq values(null)" appears 2 times in the file. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testContent" appears 8 times in the file. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Wrong db name" appears 5 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "Oracle" appears 2 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "Sybase" appears 2 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "MySQL" appears 2 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong property name" appears 4 times in the file. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "seq" appears 2 times in the file. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 98 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "task" appears 6 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "SQL" appears 8 times in the file. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "SQL2" appears 2 times in the file. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "TASK" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "SQL SELECT *" appears 2 times in the file. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Oracle" appears 9 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "942" appears 2 times in the file. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "9xx42" appears 2 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "XX" appears 3 times in the file. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "DB2" appears 2 times in the file. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "/DB3" appears 2 times in the file. | 348 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "task" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "SQL" appears 2 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "task" appears 13 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "SQL" appears 9 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "SQL2" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "SQL-ECT" appears 2 times in the file. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "SQL-FBT" appears 2 times in the file. | 104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "SELECT FOO FROM BAR" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Message" appears 5 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "task" appears 3 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "SQL is correct" appears 3 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Exception matches" appears 3 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "getBigDecimal" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 15 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "getString" appears 4 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "getTimestamp" appears 4 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "getDate" appears 4 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "getTime" appears 4 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "getObject" appears 4 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "getInt" appears 4 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "getFloat" appears 4 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "getDouble" appears 4 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "getLong" appears 4 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "getBoolean" appears 4 times in the file. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 197 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "concurrency" appears 2 times in the file. | 95 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "messageConverter" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "pubSubDomain" appears 2 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "destinationResolver" appears 3 times in the file. | 176 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 274 | |
| extension | ReturnCountExtended | Return count for 'parseAcknowledgeMode' method is 2 (max allowed is 1). | 307 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "simple" appears 3 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "connectionFactory" appears 2 times in the file. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 118 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 52 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 57 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "send" appears 3 times in the file. | 61 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 65 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 5 (max allowed is 1). | 274 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 276 position 40 need optimization. All method calls are advised to move to end of logic expression. | 276 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 294 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "createSharedConsumer" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "createSharedDurableConsumer" appears 2 times in the file. | 85 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 97 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'CachingConnectionFactory' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 105 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 194 | |
| extension | MultipleStringLiteralsExtended | The String ": " appears 2 times in the file. | 229 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 252 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 277 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 280 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 3 (max allowed is 1). | 290 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 294 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 340 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 345 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 346 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 355 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 356 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 365 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 375 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 387 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 392 | |
| extension | MultipleStringLiteralsExtended | The String "]: " appears 4 times in the file. | 396 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 424 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 430 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 435 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 439 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 529 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 538 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 579 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 582 position 74 need optimization. All method calls are advised to move to end of logic expression. | 582 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 75 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 82 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 117 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 145 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 187 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 229 | |
| extension | ReturnCountExtended | Return count for 'doGetTransactionalSession' method is 4 (max allowed is 1). | 276 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 310 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 326 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 334 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'targetConnectionFactory' is not a QueueConnectionFactory" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "'targetConnectionFactory' is not a TopicConnectionFactory" appears 2 times in the file. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 157 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 165 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 210 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setConnectionFactory' is called in constructor body. | 119 | |
| extension | OverridableMethodInConstructor | Overridable method 'afterPropertiesSet' is called in constructor body. | 120 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 189 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 199 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 204 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "SingleConnectionFactory does not support custom username and password" appears 3 times in the file. | 230 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 244 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 264 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 427 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 428 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 462 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 476 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 5 (max allowed is 1). | 501 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 511 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 601 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 611 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 623 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 665 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'targetConnectionFactory' is no QueueConnectionFactory" appears 2 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "'targetConnectionFactory' is no TopicConnectionFactory" appears 2 times in the file. | 174 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 199 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 2 (max allowed is 1). | 226 | |
| extension | MultipleStringLiteralsExtended | The String "equals" appears 2 times in the file. | 229 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "hashCode" appears 2 times in the file. | 233 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 266 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 271 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 2 (max allowed is 1). | 299 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 304 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 330 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "'targetConnectionFactory' is required" appears 3 times in the file. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 99 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 319 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 405 | |
| extension | MultipleStringLiteralsExtended | The String "Could not convert '" appears 2 times in the file. | 406 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 406 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 439 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'initDefaultStrategies' is called in constructor body. | 144 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 189 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 212 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 221 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 386 | |
| extension | MultipleStringLiteralsExtended | The String "Callback object must not be null" appears 6 times in the file. | 476 | |
| extension | MultipleStringLiteralsExtended | The String "Executing callback on JMS Session: " appears 2 times in the file. | 491 | |
| extension | MultipleStringLiteralsExtended | The String "MessageCreator must not be null" appears 2 times in the file. | 599 | |
| extension | MultipleStringLiteralsExtended | The String "Sending created message: " appears 2 times in the file. | 604 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 78 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 75 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 83 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 230 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 348 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 521 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 552 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 199 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 226 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 427 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 579 | |
| extension | MultipleStringLiteralsExtended | The String "Application exception overridden by rollback exception" appears 2 times in the file. | 764 | |
| extension | ReturnCountExtended | Return count for 'createConsumer' method is 5 (max allowed is 1). | 801 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 806 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 813 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 819 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'receiveAndExecute' method is 2 (max allowed is 1). | 218 | |
| extension | ReturnCountExtended | Return count for 'doReceiveAndExecute' method is 2 (max allowed is 1). | 260 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "] of " appears 2 times in the file. | 297 | |
| extension | MultipleStringLiteralsExtended | The String "transactional " appears 2 times in the file. | 297 | |
| extension | MultipleStringLiteralsExtended | The String "session [" appears 2 times in the file. | 297 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 301 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 310 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 367 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 413 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 130 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 192 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 304 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 314 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 380 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 514 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 523 position 75 need optimization. All method calls are advised to move to end of logic expression. | 523 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 660 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 673 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 696 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 760 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 761 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 790 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 809 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 824 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 918 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,037 position 24 need optimization. All method calls are advised to move to end of logic expression. | 1037 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1038 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 1,038 position 42 need optimization. All method calls are advised to move to end of logic expression. | 1038 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1043 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 1071 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1136 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 1,136 position 41 need optimization. All method calls are advised to move to end of logic expression. | 1136 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 105 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 113 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 166 position 30 need optimization. All method calls are advised to move to end of logic expression. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "Listener method returned result [" appears 2 times in the file. | 239 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setDelegate' is called in constructor body. | 147 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 306 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 309 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "]\n" appears 2 times in the file. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 66 | |
| extension | ReturnCountExtended | Return count for 'determineActivationSpecClass' method is 4 (max allowed is 1). | 76 | |
| extension | MultipleStringLiteralsExtended | The String "maxSessions" appears 2 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "maxNumberOfWorks" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "maxConcurrency" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "maxMessagesPerSessions" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "maxMessages" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "maxBatchSize" appears 2 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "useRAManagedTransaction" appears 2 times in the file. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 120 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 188 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "subscriptionDurability" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "and \"Dups-ok-acknowledge\" supported in standard JCA 1.5" appears 2 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "acknowledgeMode" appears 2 times in the file. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 112 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 125 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 136 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 190 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 336 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 53 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 93 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 113 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 133 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 156 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 182 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "Session must not be null" appears 2 times in the file. | 215 | |
| extension | ReturnCountExtended | Return count for 'convertJmsAccessException' method is 12 (max allowed is 1). | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 73 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 82 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 91 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 104 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 118 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 127 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 135 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 144 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 151 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 158 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 167 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 173 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 182 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 188 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 197 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 203 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "Unsupported message type [" appears 2 times in the file. | 263 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 389 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Marshaller must not be null" appears 2 times in the file. | 80 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Could not marshal [" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Unsupported message type [" appears 2 times in the file. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "]. MarshallingMessageConverter by default only supports TextMessages and BytesMessages." appears 2 times in the file. | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 74 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "BeanFactory is required" appears 2 times in the file. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Destination [" appears 3 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "] not found in JNDI" appears 2 times in the file. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 88 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 111 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 119 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 123 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 127 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 131 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 135 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 139 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 143 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 147 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 151 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 202 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 210 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 214 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 218 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 222 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 226 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 230 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 234 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 238 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "jmsListenerContainerFactory" appears 3 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "simpleFactory" appears 3 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "reply" appears 2 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "failValidation" appears 2 times in the file. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one container should have been registered" appears 2 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "expectFooBarUpperCase" appears 3 times in the file. | 66 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myQueue" appears 7 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "client-1234" appears 4 times in the file. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "some id" appears 3 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "Container not created" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "myEndpoint" appears 2 times in the file. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "queue" appears 2 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myQueue" appears 4 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "foo = 'bar'" appears 4 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "mySubscription" appears 4 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "5-10" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "listener3" appears 5 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "testResourceAdapter" appears 2 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "testMessageConverter" appears 3 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "testBean1" appears 2 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "testJmsFactory" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "explicit message converter not set" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "wrong concurrency" appears 3 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong phase" appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "testBackOff" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "backOff" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "testJcaFactory" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "Test1" appears 2 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "listener1" appears 6 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "Test2" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "listener2" appears 6 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "#0" appears 7 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong concurrency on listener using placeholder" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "listener4" appears 2 times in the file. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "Parser should have registered a component named '" appears 2 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "#0'" appears 2 times in the file. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "Parser should have registered a component named 'testJcaFactory" appears 2 times in the file. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 6 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "my payload" appears 8 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "myCounter" appears 2 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "customInt" appears 2 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "abcd-1234" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "customLong" appears 2 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "myMessageType" appears 2 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "customBoolean" appears 2 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "myBean name" appears 2 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "echo text" appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "link-1234" appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "processAndReplyWithSendTo" appears 3 times in the file. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "replyDestination" appears 2 times in the file. | 265 | |
| extension | MultipleStringLiteralsExtended | The String "content" appears 2 times in the file. | 287 | |
| extension | MultipleStringLiteralsExtended | The String "validatePayload" appears 3 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "invalid value" appears 3 times in the file. | 307 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 422 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong @Payload resolution" appears 2 times in the file. | 438 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong @Header resolution" appears 2 times in the file. | 439 | |
| extension | MultipleStringLiteralsExtended | The String "Missing custom header" appears 3 times in the file. | 453 | |
| extension | MultipleStringLiteralsExtended | The String "MessageHeaders not injected" appears 2 times in the file. | 458 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong content for payload" appears 2 times in the file. | 473 | |
| extension | MultipleStringLiteralsExtended | The String "Should never be called." appears 2 times in the file. | 510 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myId" appears 2 times in the file. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myQueue" appears 56 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "my Payload" appears 22 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "Test exception" appears 2 times in the file. | 196 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 6 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "Hello" appears 7 times in the file. | 214 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "My reply" appears 8 times in the file. | 410 | |
| extension | MultipleStringLiteralsExtended | The String "unknownQueue" appears 2 times in the file. | 535 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid foo property" appears 2 times in the file. | 591 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "testDestination" appears 4 times in the file. | 105 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "host not found" appears 2 times in the file. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "just testing" appears 4 times in the file. | 373 | |
| extension | MultipleStringLiteralsExtended | The String "Hello world" appears 4 times in the file. | 434 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World!" appears 2 times in the file. | 576 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 599 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 609 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 620 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 638 position 30 need optimization. All method calls are advised to move to end of logic expression. | 638 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "Correct JmsTemplate" appears 2 times in the file. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 32 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 116 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 78 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "messageListenerContainer" appears 2 times in the file. | 114 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 173 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "Doe!" appears 2 times in the file. | 330 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 374 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 400 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Response" appears 5 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "msg_type" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown an exception" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "Should not have thrown a JMS exception" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "Expected test exception" appears 2 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "destinationname" appears 2 times in the file. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myQueue" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "myname" appears 2 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "str1" appears 2 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "str2" appears 2 times in the file. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 33 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "correlation-1234" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "abcd-1234" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "type" appears 2 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ABC-123" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "testing" appears 2 times in the file. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 29 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "custom_" appears 2 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "custom_foo" appears 2 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "destination" appears 2 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "illegal property" appears 17 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "fail" appears 3 times in the file. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "bad" appears 6 times in the file. | 418 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 14 times in the file. | 419 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 3 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 5 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 3 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 3 times in the file. | 97 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 127 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 132 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "expected MessageConversionException" appears 2 times in the file. | 171 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 172 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 182 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "__encoding__" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "__typeid__" appears 9 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 6 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "{\"foo\":\"bar\"}" appears 4 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 5 times in the file. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 2 times in the file. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "inside" appears 2 times in the file. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 120 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 144 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 149 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "MessageHeaders is immutable" appears 4 times in the file. | 241 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 161 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 173 | |
| extension | ReturnCountExtended | Return count for 'toMessage' method is 2 (max allowed is 1). | 177 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 202 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 203 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'canConvertFrom' method is 3 (max allowed is 1). | 142 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 148 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 150 | |
| extension | MultipleStringLiteralsExtended | The String ": " appears 2 times in the file. | 161 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 170 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 78 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 159 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'channel' is required" appears 3 times in the file. | 107 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "' within timeout: " appears 2 times in the file. | 119 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 129 | |
| extension | MoveVariableInsideIf | Variable 'originalReplyChannelHeader' can be moved inside the block at line '158' to restrict runtime creation. | 142 | |
| extension | MoveVariableInsideIf | Variable 'originalErrorChannelHeader' can be moved inside the block at line '158' to restrict runtime creation. | 143 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 70 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 87 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 124 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 135 | |
| extension | ReturnCountExtended | Return count for 'getMatchingCondition' method is 3 (max allowed is 1). | 154 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 164 | |
| extension | ReturnCountExtended | Return count for 'compareTo' method is 4 (max allowed is 1). | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Bean is required" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Method is required" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "HandlerMethod is required" appears 2 times in the file. | 114 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 181 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 244 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 249 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 79 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 81 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 100 position 26 need optimization. All method calls are advised to move to end of logic expression. | 100 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "nativeHeaders." appears 2 times in the file. | 81 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 48 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolveArgument' method is 3 (max allowed is 1). | 88 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 125 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 164 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 248 | |
| extension | MultipleStringLiteralsExtended | The String "Searching methods to handle " appears 2 times in the file. | 343 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 375 | |
| extension | MultipleStringLiteralsExtended | The String "Invoking " appears 2 times in the file. | 441 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 454 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 457 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 490 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 80 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 117 | |
| extension | MultipleStringLiteralsExtended | The String "]\n" appears 3 times in the file. | 158 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 195 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 198 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 201 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "] " appears 2 times in the file. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 152 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 60 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 64 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 66 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 100 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 83 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 90 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 184 | |
| extension | ReturnCountExtended | Return count for 'processHeadersToSend' method is 3 (max allowed is 1). | 241 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 132 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 176 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 126 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 205 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 296 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 315 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 340 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 377 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No destination in " appears 2 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 138 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 150 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 189 | |
| extension | MoveVariableInsideIf | Variable 'destination' can be moved inside the block at line '194' to restrict runtime creation. | 191 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 216 | |
| extension | MoveVariableInsideIf | Variable 'destination' can be moved inside the block at line '220' to restrict runtime creation. | 218 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 249 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 184 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 235 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 239 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 259 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 265 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 286 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 356 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 73 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "guest" appears 4 times in the file. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | ReturnCountExtended | Return count for 'decode' method is 2 (max allowed is 1). | 120 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "guest" appears 4 times in the file. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 3 times in the file. | 361 | |
| extension | MultipleStringLiteralsExtended | The String "Forwarding " appears 3 times in the file. | 372 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 388 | |
| extension | MultipleStringLiteralsExtended | The String "Broker not active. Ignoring " appears 2 times in the file. | 404 | |
| extension | MultipleStringLiteralsExtended | The String " in " appears 2 times in the file. | 433 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 492 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 554 | |
| extension | MultipleStringLiteralsExtended | The String "Failure while clearing TCP connection state in session " appears 2 times in the file. | 556 | |
| extension | MultipleStringLiteralsExtended | The String "Received " appears 3 times in the file. | 592 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 685 | |
| extension | ReturnCountExtended | Return count for 'forward' method is 2 (max allowed is 1). | 712 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 779 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 853 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Decoded " appears 2 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "\\" appears 2 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "Illegal escape sequence at index " appears 2 times in the file. | 255 | |
| extension | MultipleStringLiteralsExtended | The String ": " appears 2 times in the file. | 255 | |
| extension | ReturnCountExtended | Return count for 'readPayload' method is 4 (max allowed is 1). | 282 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 302 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 111 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 69 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 71 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 73 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 75 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 77 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 79 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 81 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 83 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 85 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 87 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 89 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 91 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 93 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 95 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 97 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 99 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 101 | |
| extension | OverridableMethodInConstructor | Overridable method 'updateSimpMessageHeadersFromStompHeaders' is called in constructor body. | 116 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected message type " appears 2 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected STOMP command " appears 2 times in the file. | 193 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 223 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 227 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "PROTECTED" appears 2 times in the file. | 329 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 340 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 421 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 438 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 443 | |
| extension | MultipleStringLiteralsExtended | The String " payload=" appears 2 times in the file. | 445 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 493 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 499 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 111 | |
| extension | ReturnCountExtended | Return count for 'parseUserDestination' method is 4 (max allowed is 1). | 122 | |
| extension | MoveVariableInsideIf | Variable 'principal' can be moved inside the block at line '138' to restrict runtime creation. | 126 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "Session ID must not be null" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 48 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | ReturnCountExtended | Return count for 'send' method is 2 (max allowed is 1). | 108 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "Failed to send message to " appears 2 times in the file. | 127 | |
| extension | MoveVariableInsideIf | Variable 'name' can be moved inside the block at line '161' to restrict runtime creation. | 160 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 185 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "Failed to handle " appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String " to " appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String " in " appears 2 times in the file. | 143 | |
| extension | MoveVariableInsideIf | Variable 'name' can be moved inside the block at line '158' to restrict runtime creation. | 157 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 96 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Payload must not be null" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "MessageHeaderAccessor must not be null" appears 2 times in the file. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "*" appears 2 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 2 times in the file. | 122 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "Already immutable" appears 2 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 306 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 356 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 373 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 414 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 425 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 433 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 445 | |
| extension | MultipleStringLiteralsExtended | The String "headers=" appears 2 times in the file. | 481 | |
| extension | ReturnCountExtended | Return count for 'getShortPayloadLogMessage' method is 3 (max allowed is 1). | 493 | |
| extension | MultipleStringLiteralsExtended | The String " payload=" appears 9 times in the file. | 497 | |
| extension | MultipleStringLiteralsExtended | The String "...(truncated)" appears 2 times in the file. | 498 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 504 | |
| extension | MultipleStringLiteralsExtended | The String " payload=byte[" appears 2 times in the file. | 510 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 510 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 529 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 604 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 647 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 96 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 117 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 117 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "Already immutable" appears 3 times in the file. | 146 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 159 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 6 times in the file. | 113 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 121 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 127 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "nosuchattribute" appears 2 times in the file. | 140 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 145 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 2 times in the file. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 4 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "joe" appears 4 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 2 times in the file. | 165 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "address" appears 2 times in the file. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ABC" appears 7 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "success-from" appears 5 times in the file. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 65 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "application" appears 7 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "json" appears 5 times in the file. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "xml" appears 2 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "{\"bytes\":\"AQI=\",\"array\":[\"Foo\",\"Bar\"]," appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "\"number\":42,\"string\":\"Foo\",\"bool\":true,\"fraction\":42.0}" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 6 times in the file. | 79 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "Bar" appears 3 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "string" appears 2 times in the file. | 96 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 104 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 128 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-16BE" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "H\u00e9llo W\u00f6rld" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 4 times in the file. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ABC" appears 10 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "success-from" appears 5 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "payload" appears 4 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ABC" appears 11 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "H\u00e9llo W\u00f6rld" appears 2 times in the file. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 104 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "abcd" appears 4 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "dcba" appears 3 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "1234" appears 4 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "4321" appears 3 times in the file. | 39 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myChannel" appears 14 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 5 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 5 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "payload" appears 13 times in the file. | 68 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "request" appears 11 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "response" appears 9 times in the file. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "response" appears 3 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "request" appears 2 times in the file. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "payload" appears 8 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "home" appears 5 times in the file. | 57 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "somewhere" appears 5 times in the file. | 74 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "request" appears 15 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "response" appears 14 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "home" appears 6 times in the file. | 58 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "somewhere" appears 10 times in the file. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 3 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "payload" appears 17 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "home" appears 7 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "somewhere" appears 11 times in the file. | 76 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "expected 'id' and 'timestamp' headers only" appears 4 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 135 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 9 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "/type1" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "/type2" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "/method1" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "/method2" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/*" appears 3 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/bar" appears 4 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "/**" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "/foo*" appears 2 times in the file. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "handleIOException" appears 3 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "handleSocketException" appears 2 times in the file. | 59 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 84 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "simpleString" appears 6 times in the file. | 78 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "customArgumentResolver" appears 5 times in the file. | 123 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "payloadValidation" appears 4 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "failure" appears 3 times in the file. | 161 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 78 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "param1" appears 4 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "native-foo" appears 2 times in the file. | 104 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "systemProperty" appears 2 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "sysbar" appears 2 times in the file. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 5 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter '" appears 9 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "' should be supported" appears 9 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "ABC" appears 8 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "invalidValue" appears 5 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "invalid value" appears 2 times in the file. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "pathMatchWildcard" appears 2 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "bestMatch" appears 3 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "secondBestMatch" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "handlerArgumentResolver" appears 2 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "message" appears 2 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "illegalStateException" appears 2 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "exception" appears 2 times in the file. | 131 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 144 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 198 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 206 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 227 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 274 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "session1" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "name1" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "name1" appears 10 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 5 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "name2" appears 5 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "name3" appears 2 times in the file. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "p" appears 3 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "/destination" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "subscription" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "session" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "user" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "MESSAGE destination=/destination subscriptionId=subscription " appears 2 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "joe" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "/queue/foo" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "data" appears 6 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 8 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 6 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 3 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "fooNative" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "barNative" appears 2 times in the file. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "/queue/foo-user123" appears 2 times in the file. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "session1" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 9 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 7 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "sess1" appears 17 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "sub1" appears 13 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "/app" appears 6 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "/dest" appears 6 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "/topic/dest" appears 3 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "Subscription id should not be copied" appears 8 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "/dest1" appears 3 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "/dest2" appears 3 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "/app/" appears 2 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "dest.foo.bar" appears 2 times in the file. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "/user/" appears 7 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "/queue/dest" appears 3 times in the file. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "joe" appears 2 times in the file. | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "session1" appears 10 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 9 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 8 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "headers" appears 4 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "/pre/optionalHeaders" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "optionalHeaders" appears 3 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "foo1" appears 3 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "foo2" appears 3 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "messageMappingDestinationVariable" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 6 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "subscribeEventDestinationVariable" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "simpleBinding" appears 2 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 3 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "handleValidationException" appears 2 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "scope" appears 2 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "handleFoo" appears 3 times in the file. | 216 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 249 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "sess1" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "subs1" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "/dest" appears 3 times in the file. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 165 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "sess01" appears 16 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "subs01" appears 13 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 16 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Expected one element " appears 5 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "subs02" appears 10 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "subs03" appears 6 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "sess02" appears 5 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "sess03" appears 3 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "/topic/PRICE.STOCK.*.IBM" appears 3 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "/topic/PRICE.STOCK.NASDAQ.IBM" appears 15 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "/topic/PRICE.STOCK.NYSE.IBM" appears 5 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "/topic/PRICE.STOCK.NASDAQ.GOOG" appears 5 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "Expected no elements " appears 2 times in the file. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "Expected 1 element" appears 2 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 335 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "sess1" appears 8 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "sub1" appears 7 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 16 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "sub2" appears 7 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "sub3" appears 7 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "/bar" appears 9 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "sess2" appears 7 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "message1" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "message2" appears 2 times in the file. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "joe" appears 4 times in the file. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "clientInboundChannel" appears 3 times in the file. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "clientInboundChannelExecutor" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "clientOutboundChannel" appears 3 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "sess1" appears 4 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "subs1" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 6 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 6 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "clientOutboundChannelExecutor" appears 2 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "brokerChannel" appears 5 times in the file. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "brokerChannelExecutor" appears 2 times in the file. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 | |
| extension | MultipleStringLiteralsExtended | The String "a.a" appears 2 times in the file. | 398 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 398 | |
| extension | MultipleStringLiteralsExtended | The String "/topic" appears 2 times in the file. | 453 | |
| extension | MultipleStringLiteralsExtended | The String "/queue" appears 2 times in the file. | 453 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "clientlogin" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "clientpasscode" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "syslogin" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "syspasscode" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "example.org" appears 2 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Message body" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "Payload1" appears 4 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Payload2a-Payload2b" appears 3 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "\nPayload2a" appears 3 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "-Payload2b\0" appears 2 times in the file. | 105 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 164 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "sess1" appears 7 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "subs1" appears 2 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "/topic/test" appears 2 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "r1" appears 2 times in the file. | 160 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 281 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 3 times in the file. | 353 | |
| extension | MultipleStringLiteralsExtended | The String "1.1,1.2" appears 2 times in the file. | 380 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 3 times in the file. | 492 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 507 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "sess1" appears 4 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "The prepared message does not have an accessor" appears 3 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "clientlogin" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "clientpasscode" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "syslogin" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "syspasscode" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "joe" appears 2 times in the file. | 156 | |
| extension | ReturnNullInsteadOfBoolean | Method declares to return Boolean and returns null. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "DISCONNECT\n\n\0" appears 3 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "github.org" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "SEND\ndestination:test\n\nThe body of the message\0" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "The body of the message" appears 3 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "DISCONNECT\na\\c\\r\\n\\\\b:alpha\\cbravo\\r\\n\\\\\n\n\0" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "alpha:bravo\r\n\\" appears 2 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "a:\r\n\\b" appears 2 times in the file. | 163 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 166 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 178 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 220 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 225 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "Message body" appears 2 times in the file. | 287 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "s1" appears 14 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "/d" appears 9 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "application/json" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "joe" appears 4 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "joe123" appears 3 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "accountId" appears 4 times in the file. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "joe" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "/user/queue/foo" appears 7 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "/queue/foo-user123" appears 5 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "456" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "/queue/foo-user" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "/user/" appears 3 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "/queue/foo" appears 5 times in the file. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "jane" appears 2 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "123" appears 8 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "joe" appears 8 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "/user/queue/foo" appears 3 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "/queue/foo-user123" appears 3 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "/queue/foo" appears 2 times in the file. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 6 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "Simulated exception" appears 4 times in the file. | 152 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 159 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 176 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 189 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 36 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 6 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 19 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "count" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "test1" appears 3 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 3 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "test2" appears 4 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "42" appears 2 times in the file. | 68 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 79 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "xyz" appears 2 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "payload" appears 2 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "bar1" appears 2 times in the file. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "bar2" appears 2 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "bar3" appears 2 times in the file. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 25 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 20 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 13 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "payload" appears 11 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "BAR" appears 5 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "bar1" appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "bar2" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "bar3" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "Already immutable" appears 2 times in the file. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "headers={contentType=text/plain} payload=p" appears 6 times in the file. | 317 | |
| extension | MultipleStringLiteralsExtended | The String "p" appears 6 times in the file. | 317 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String " > 80" appears 5 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "headers={contentType=text/plain} payload=" appears 6 times in the file. | 333 | |
| extension | MultipleStringLiteralsExtended | The String "...(truncated)" appears 2 times in the file. | 333 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 30 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 18 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 12 times in the file. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 5 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "p" appears 2 times in the file. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "BAR" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "Already immutable" appears 2 times in the file. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex2' was lost. | 65 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 77 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 79 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 81 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 91 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 94 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 113 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 128 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 145 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setSessionFactory' is called in constructor body. | 117 | |
| extension | OverridableMethodInConstructor | Overridable method 'afterPropertiesSet' is called in constructor body. | 118 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "Length of paramNames array must match length of values array" appears 2 times in the file. | 892 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1053 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 3 (max allowed is 1). | 1233 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1238 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 1256 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 1259 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 1265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'afterPropertiesSet' is called in constructor body. | 148 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 292 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 350 position 47 need optimization. All method calls are advised to move to end of logic expression. | 350 | |
| extension | MultipleStringLiteralsExtended | The String "] for Hibernate transaction" appears 2 times in the file. | 383 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 413 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 434 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 448 | |
| extension | MoveVariableInsideIf | Variable 'flushMode' can be moved inside the block at line '483' to restrict runtime creation. | 482 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 493 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 529 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 536 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 614 position 32 need optimization. All method calls are advised to move to end of logic expression. | 614 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 662 | |
| extension | MultipleStringLiteralsExtended | The String "] after transaction" appears 2 times in the file. | 669 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 787 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 791 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 477 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 276 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 277 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 278 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 350 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 126 | |
| extension | ReturnCountExtended | Return count for 'convertHibernateAccessException' method is 22 (max allowed is 1). | 140 | |
| extension | MultipleStringLiteralsExtended | The String "; SQL [" appears 6 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 6 times in the file. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 70 | |
| extension | ReturnCountExtended | Return count for 'currentSession' method is 3 (max allowed is 1). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'asyncManager' can be moved inside the block at line '136' to restrict runtime creation. | 129 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '136' to restrict runtime creation. | 130 | |
| extension | MoveVariableInsideIf | Variable 'sessionHolder' can be moved inside the block at line '158' to restrict runtime creation. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "no current session" appears 3 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 8 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "Correct result list" appears 6 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "myFilter" appears 19 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "yourFilter" appears 5 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "Correct filter" appears 2 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "some query" appears 8 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "some query name" appears 24 times in the file. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "myRegion" appears 5 times in the file. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "Correct result" appears 7 times in the file. | 352 | |
| extension | MultipleStringLiteralsExtended | The String "myEntity" appears 18 times in the file. | 358 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 13 times in the file. | 373 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown HibernateObjectRetrievalFailureException" appears 4 times in the file. | 377 | |
| extension | MultipleStringLiteralsExtended | The String "myCacheRegion" appears 9 times in the file. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "Correct return value" appears 2 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown InvalidDataAccessApiUsageException" appears 4 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "some query string" appears 28 times in the file. | 622 | |
| extension | MultipleStringLiteralsExtended | The String "Correct list" appears 22 times in the file. | 625 | |
| extension | MultipleStringLiteralsExtended | The String "myvalue" appears 18 times in the file. | 633 | |
| extension | MultipleStringLiteralsExtended | The String "myvalue1" appears 18 times in the file. | 645 | |
| extension | MultipleStringLiteralsExtended | The String "myparam" appears 6 times in the file. | 659 | |
| extension | MultipleStringLiteralsExtended | The String "myparam1" appears 6 times in the file. | 671 | |
| extension | MultipleStringLiteralsExtended | The String "myparam2" appears 6 times in the file. | 672 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 675 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 676 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 752 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 753 | |
| extension | MultipleStringLiteralsExtended | The String "mymsg" appears 14 times in the file. | 903 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 916 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown InvalidDataAccessResourceUsageException" appears 2 times in the file. | 927 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 932 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 948 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown DataIntegrityViolationException" appears 3 times in the file. | 959 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 964 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 980 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 996 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1012 | |
| extension | MultipleStringLiteralsExtended | The String "msg" appears 5 times in the file. | 1041 | |
| extension | MultipleStringLiteralsExtended | The String "query" appears 2 times in the file. | 1056 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown HibernateOptimisticLockingFailureException" appears 2 times in the file. | 1147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 8 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "some query string" appears 6 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "Hasn't thread session" appears 40 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "Hasn't thread connection" appears 16 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "JTA synchronizations not active" appears 28 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "Has thread session" appears 29 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "Has thread connection" appears 10 times in the file. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Correct result list" appears 6 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "application exception" appears 2 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown RuntimeException" appears 2 times in the file. | 173 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 175 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 298 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown UnexpectedRollbackException" appears 3 times in the file. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 385 | |
| extension | MultipleStringLiteralsExtended | The String "Same thread session as before" appears 2 times in the file. | 389 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 436 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 437 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 444 | |
| extension | MultipleStringLiteralsExtended | The String "Is not new transaction" appears 3 times in the file. | 481 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 482 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 483 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 525 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 526 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 578 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 579 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 585 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 586 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 595 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 596 | |
| extension | MultipleStringLiteralsExtended | The String "entityInterceptor" appears 2 times in the file. | 668 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 725 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 726 | |
| extension | MultipleStringLiteralsExtended | The String "mymsg" appears 2 times in the file. | 755 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 781 | |
| extension | MultipleStringLiteralsExtended | The String "Has thread transaction" appears 2 times in the file. | 824 | |
| extension | MultipleStringLiteralsExtended | The String "Hasn't thread transaction" appears 4 times in the file. | 834 | |
| extension | MultipleStringLiteralsExtended | The String "hibernate.dialect" appears 3 times in the file. | 1134 | |
| extension | MultipleStringLiteralsExtended | The String "from java.lang.Object" appears 3 times in the file. | 1156 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown CannotCreateTransactionException" appears 2 times in the file. | 1159 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1208 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1283 | |
| extension | MultipleStringLiteralsExtended | The String "retrieveTransactionManager" appears 2 times in the file. | 1310 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1312 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bvpp" appears 5 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "capp" appears 3 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 5 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanCreationException" appears 2 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 4 times in the file. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "invalid" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "stringValue" appears 3 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bean" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 6 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown MethodConstraintViolationException" appears 5 times in the file. | 74 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 8 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "address.street" appears 8 times in the file. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid constraint violation with path '" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "Juergen" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "Juergen's Street" appears 2 times in the file. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Phil" appears 2 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "person" appears 5 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "address" appears 2 times in the file. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "NotNull.java.lang.String" appears 2 times in the file. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "NotNull" appears 2 times in the file. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "addressList[0].street" appears 2 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "addressSet[].street" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "mainBean" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "inner.value" appears 2 times in the file. | 213 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 240 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 243 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Object of class [" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "] with identifier [" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "]: optimistic locking failed" appears 2 times in the file. | 68 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 134 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Object of class [" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "] with identifier [" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "]: not found" appears 2 times in the file. | 54 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 108 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 124 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 175 | |
| extension | ReturnCountExtended | Return count for 'applyFlushMode' method is 2 (max allowed is 1). | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setAllowCreate' is called in constructor body. | 151 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 397 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 399 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 410 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 489 | |
| extension | MultipleStringLiteralsExtended | The String "Length of paramNames array must match length of values array" appears 2 times in the file. | 1003 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1174 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 3 (max allowed is 1). | 1369 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1374 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 1392 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 1395 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 1401 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'afterPropertiesSet' is called in constructor body. | 175 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 324 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 408 position 47 need optimization. All method calls are advised to move to end of logic expression. | 408 | |
| extension | MultipleStringLiteralsExtended | The String "] for Hibernate transaction" appears 2 times in the file. | 442 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 473 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 495 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 510 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 551 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 587 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 594 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 692 position 32 need optimization. All method calls are advised to move to end of logic expression. | 692 | |
| extension | MultipleStringLiteralsExtended | The String "] after transaction" appears 2 times in the file. | 742 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 877 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 881 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 115 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 174 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 176 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 178 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 180 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 182 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 184 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 186 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 188 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 190 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 192 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 194 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 196 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 198 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 200 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 202 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 204 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 206 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 208 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 210 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 212 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 214 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 532 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 172 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "Could not open Hibernate Session" appears 3 times in the file. | 211 | |
| extension | ReturnCountExtended | Return count for 'doGetSession' method is 3 (max allowed is 1). | 282 | |
| extension | MultipleStringLiteralsExtended | The String "No SessionFactory specified" appears 5 times in the file. | 287 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 327 | |
| extension | ReturnCountExtended | Return count for 'getJtaSynchronizedSession' method is 2 (max allowed is 1). | 377 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 428 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 481 | |
| extension | ReturnCountExtended | Return count for 'getNewSession' method is 4 (max allowed is 1). | 515 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 571 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 588 | |
| extension | ReturnCountExtended | Return count for 'convertHibernateAccessException' method is 20 (max allowed is 1). | 636 | |
| extension | MultipleStringLiteralsExtended | The String "; SQL [" appears 6 times in the file. | 642 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 7 times in the file. | 642 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 721 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 825 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 172 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No LobHandler found for configuration - " appears 2 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "lobHandler property must be set on LocalSessionFactoryBean" appears 2 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "I/O errors during LOB access" appears 2 times in the file. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'BlobByteArrayType' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'BlobSerializableType' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Couldn't clone BLOB contents" appears 2 times in the file. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'BlobStringType' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 57 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 86 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'ClobStringType' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 94 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'asyncManager' can be moved inside the block at line '198' to restrict runtime creation. | 195 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '198' to restrict runtime creation. | 196 | |
| extension | MoveVariableInsideIf | Variable 'sessionHolder' can be moved inside the block at line '239' to restrict runtime creation. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 37 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 37 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'afterPropertiesSet' is called in constructor body. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "] for JDO transaction" appears 2 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 345 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 370 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 389 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 494 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 555 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 225 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 286 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'doGetPersistenceManager' method is 2 (max allowed is 1). | 135 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 190 | |
| extension | ReturnCountExtended | Return count for 'convertJdoAccessException' method is 5 (max allowed is 1). | 222 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 90 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 3 (max allowed is 1). | 143 | |
| extension | MultipleStringLiteralsExtended | The String "equals" appears 2 times in the file. | 146 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "hashCode" appears 2 times in the file. | 150 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 168 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 3 (max allowed is 1). | 190 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 195 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'invoke' method is 3 (max allowed is 1). | 182 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 187 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 342 | |
| extension | ReturnCountExtended | Return count for 'invokeProxyMethod' method is 2 (max allowed is 1). | 373 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 377 position 58 need optimization. All method calls are advised to move to end of logic expression. | 377 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 377 position 74 need optimization. All method calls are advised to move to end of logic expression. | 377 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 377 position 93 need optimization. All method calls are advised to move to end of logic expression. | 377 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 381 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 417 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 447 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 2 (max allowed is 1). | 524 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 528 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 544 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "No EntityManagerFactory specified" appears 2 times in the file. | 152 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 97 | |
| extension | ReturnCountExtended | Return count for 'findEntityManagerFactory' method is 2 (max allowed is 1). | 121 | |
| extension | ReturnCountExtended | Return count for 'doGetTransactionalEntityManager' method is 4 (max allowed is 1). | 215 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 282 | |
| extension | ReturnCountExtended | Return count for 'convertJpaAccessExceptionIfPossible' method is 12 (max allowed is 1). | 374 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 441 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 467 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 491 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 169 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 174 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 198 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 224 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 233 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 264 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 3 (max allowed is 1). | 281 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 286 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 347 | |
| extension | MultipleStringLiteralsExtended | The String "No local transaction to join" appears 2 times in the file. | 382 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 423 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 442 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 459 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 473 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 489 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 | |
| extension | OverridableMethodInConstructor | Overridable method 'afterPropertiesSet' is called in constructor body. | 141 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "] for JPA transaction" appears 2 times in the file. | 335 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 404 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 429 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 448 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 465 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 523 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 528 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 588 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 637 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 673 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 397 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 401 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 117 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 120 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 162 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 4 (max allowed is 1). | 203 | |
| extension | MultipleStringLiteralsExtended | The String "equals" appears 2 times in the file. | 206 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "hashCode" appears 2 times in the file. | 210 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "unwrap" appears 3 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "No transactional EntityManager available" appears 3 times in the file. | 260 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 283 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 307 | |
| extension | ReturnCountExtended | Return count for 'invoke' method is 2 (max allowed is 1). | 341 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 346 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 363 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 366 | |
| extension | FinalizeImplementation | finalize() method should contain try-finally block with super.finalize() call inside finally block. | 378 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Error weaving class [" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "] with " appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "transformer of class [" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Could not weave class [" appears 2 times in the file. | 68 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 101 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 107 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 109 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 131 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 159 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 161 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 310 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 481 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 124 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 149 | |
| extension | ReturnCountExtended | Return count for 'determinePersistenceUnitRootUrl' method is 3 (max allowed is 1). | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'asyncManager' can be moved inside the block at line '158' to restrict runtime creation. | 151 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '158' to restrict runtime creation. | 152 | |
| extension | MoveVariableInsideIf | Variable 'emHolder' can be moved inside the block at line '185' to restrict runtime creation. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 168 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 193 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 196 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 203 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 310 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 356 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 381 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 406 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 410 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 456 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 468 | |
| extension | MultipleStringLiteralsExtended | The String "] from JNDI" appears 2 times in the file. | 469 | |
| extension | ReturnCountExtended | Return count for 'getPersistenceContext' method is 2 (max allowed is 1). | 485 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 486 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 488 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 500 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 523 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 527 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 650 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 668 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 731 position 40 need optimization. All method calls are advised to move to end of logic expression. | 731 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'emfInfo' can be moved inside the block at line '92' to restrict runtime creation. | 91 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 86 position 31 need optimization. All method calls are advised to move to end of logic expression. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 105 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 147 | |
| extension | ReturnCountExtended | Return count for 'convertHibernateAccessException' method is 21 (max allowed is 1). | 232 | |
| extension | MultipleStringLiteralsExtended | The String "; SQL [" appears 6 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 6 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "connection" appears 2 times in the file. | 352 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "openjpa.jdbc.DBDictionary" appears 2 times in the file. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 80 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "Should not have thrown Throwable: " appears 13 times in the file. | 84 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 96 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "myFilter" appears 7 times in the file. | 111 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 112 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 115 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 130 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 133 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 152 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 155 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 174 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 177 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 199 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 202 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 224 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 227 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 248 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "yourFilter" appears 3 times in the file. | 270 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 271 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 310 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 315 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 318 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 334 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "entityInterceptor" appears 2 times in the file. | 354 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 362 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 5 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "some query string" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "JTA synchronizations not active" appears 20 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "Hasn't thread session" appears 38 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "JTA synchronizations active" appears 7 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "Has thread session" appears 40 times in the file. | 131 | |
| extension | EitherLogOrThrow | Either log or throw exception. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "Correct result list" appears 4 times in the file. | 155 | |
| extension | EitherLogOrThrow | Either log or throw exception. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "flush failure" appears 2 times in the file. | 282 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 287 | |
| extension | EitherLogOrThrow | Either log or throw exception. | 322 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 330 | |
| extension | EitherLogOrThrow | Either log or throw exception. | 389 | |
| extension | EitherLogOrThrow | Either log or throw exception. | 503 | |
| extension | EitherLogOrThrow | Either log or throw exception. | 589 | |
| extension | MultipleStringLiteralsExtended | The String "Same thread session as before" appears 2 times in the file. | 689 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown DataAccessException" appears 2 times in the file. | 695 | |
| extension | MultipleStringLiteralsExtended | The String "Is not new transaction" appears 2 times in the file. | 935 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 936 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 937 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 988 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 989 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1010 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1017 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1018 | |
| extension | MultipleStringLiteralsExtended | The String "JTA synchronization registered" appears 9 times in the file. | 1057 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 13 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "Correct result list" appears 11 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "myFilter" appears 19 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "yourFilter" appears 5 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "Correct filter" appears 2 times in the file. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "some query" appears 8 times in the file. | 403 | |
| extension | MultipleStringLiteralsExtended | The String "some query name" appears 24 times in the file. | 405 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 415 | |
| extension | MultipleStringLiteralsExtended | The String "myRegion" appears 5 times in the file. | 436 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 450 | |
| extension | MultipleStringLiteralsExtended | The String "Correct result" appears 11 times in the file. | 529 | |
| extension | MultipleStringLiteralsExtended | The String "myEntity" appears 29 times in the file. | 547 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 13 times in the file. | 576 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown HibernateObjectRetrievalFailureException" appears 4 times in the file. | 580 | |
| extension | MultipleStringLiteralsExtended | The String "myCacheRegion" appears 9 times in the file. | 667 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 691 | |
| extension | MultipleStringLiteralsExtended | The String "Correct return value" appears 2 times in the file. | 728 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown InvalidDataAccessApiUsageException" appears 4 times in the file. | 801 | |
| extension | MultipleStringLiteralsExtended | The String "some query string" appears 28 times in the file. | 960 | |
| extension | MultipleStringLiteralsExtended | The String "Correct list" appears 22 times in the file. | 963 | |
| extension | MultipleStringLiteralsExtended | The String "myvalue" appears 18 times in the file. | 973 | |
| extension | MultipleStringLiteralsExtended | The String "myvalue1" appears 18 times in the file. | 987 | |
| extension | MultipleStringLiteralsExtended | The String "myparam" appears 6 times in the file. | 1003 | |
| extension | MultipleStringLiteralsExtended | The String "myparam1" appears 6 times in the file. | 1017 | |
| extension | MultipleStringLiteralsExtended | The String "myparam2" appears 6 times in the file. | 1018 | |
| extension | MultipleStringLiteralsExtended | The String "argh" appears 2 times in the file. | 1285 | |
| extension | MultipleStringLiteralsExtended | The String "27" appears 2 times in the file. | 1285 | |
| extension | MultipleStringLiteralsExtended | The String "mymsg" appears 16 times in the file. | 1287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1300 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown InvalidDataAccessResourceUsageException" appears 2 times in the file. | 1311 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1332 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown DataIntegrityViolationException" appears 4 times in the file. | 1343 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1380 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1396 | |
| extension | MultipleStringLiteralsExtended | The String "msg" appears 5 times in the file. | 1425 | |
| extension | MultipleStringLiteralsExtended | The String "query" appears 2 times in the file. | 1441 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown HibernateOptimisticLockingFailureException" appears 2 times in the file. | 1532 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1591 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 9 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "some query string" appears 8 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Hasn't thread session" appears 42 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "Hasn't thread connection" appears 16 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "JTA synchronizations not active" appears 28 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "Has thread session" appears 29 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "Has thread connection" appears 10 times in the file. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "Correct result list" appears 7 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "application exception" appears 2 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown RuntimeException" appears 2 times in the file. | 177 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 389 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown UnexpectedRollbackException" appears 3 times in the file. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 475 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 485 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 486 | |
| extension | MultipleStringLiteralsExtended | The String "Same thread session as before" appears 2 times in the file. | 492 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 494 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 532 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 533 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 539 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 540 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 553 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 554 | |
| extension | MultipleStringLiteralsExtended | The String "Is not new transaction" appears 3 times in the file. | 592 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 593 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 594 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 644 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 645 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 701 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 702 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 717 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 718 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 725 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 726 | |
| extension | MultipleStringLiteralsExtended | The String "entityInterceptor" appears 2 times in the file. | 802 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 866 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 867 | |
| extension | MultipleStringLiteralsExtended | The String "mymsg" appears 3 times in the file. | 906 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 944 | |
| extension | MultipleStringLiteralsExtended | The String "Hasn't thread transaction" appears 3 times in the file. | 1003 | |
| extension | MultipleStringLiteralsExtended | The String "hibernate.dialect" appears 3 times in the file. | 1274 | |
| extension | MultipleStringLiteralsExtended | The String "hibernate.cache.provider_class" appears 3 times in the file. | 1275 | |
| extension | MultipleStringLiteralsExtended | The String "from java.lang.Object" appears 3 times in the file. | 1297 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown CannotCreateTransactionException" appears 2 times in the file. | 1300 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1350 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1425 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1426 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "addResource" appears 8 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "newSessionFactory" appears 14 times in the file. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "/org/springframework/beans/factory/xml/test.xml" appears 2 times in the file. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 4 times in the file. | 287 | |
| extension | MultipleStringLiteralsExtended | The String "myProperty" appears 4 times in the file. | 287 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 292 | |
| extension | MultipleStringLiteralsExtended | The String "myClass" appears 2 times in the file. | 296 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 334 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 345 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 367 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalArgumentException" appears 2 times in the file. | 392 | |
| extension | MultipleStringLiteralsExtended | The String "Correct exception" appears 2 times in the file. | 396 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.tests.sample.beans.TestBean" appears 2 times in the file. | 457 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.tests.sample.beans.TestBean.friends" appears 2 times in the file. | 460 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 2 times in the file. | 479 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 547 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "Correct HibernateTemplate" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "initDao called" appears 2 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "column" appears 35 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "content" appears 51 times in the file. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "SpringLobCreatorSynchronization" appears 2 times in the file. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 457 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 472 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 477 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalStateException" appears 3 times in the file. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "anything" appears 4 times in the file. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 290 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 311 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | MultipleStringLiteralsExtended | The String "sessionFactory" appears 6 times in the file. | 374 | |
| extension | MultipleStringLiteralsExtended | The String "mySessionFactory" appears 6 times in the file. | 375 | |
| extension | MultipleStringLiteralsExtended | The String "filter" appears 6 times in the file. | 379 | |
| extension | MultipleStringLiteralsExtended | The String "filter2" appears 4 times in the file. | 380 | |
| extension | MultipleStringLiteralsExtended | The String "sessionFactoryBeanName" appears 4 times in the file. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | MultipleStringLiteralsExtended | The String "invoked" appears 8 times in the file. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 401 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 411 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 412 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 446 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 462 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 464 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 471 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 511 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 525 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 531 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 533 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 581 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 586 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 588 | |
| extension | MultipleStringLiteralsExtended | The String "singleSession" appears 4 times in the file. | 630 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 4 times in the file. | 630 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 13 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "Hasn't thread pm" appears 25 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "JTA synchronizations not active" appears 16 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Has thread pm" appears 17 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Correct result list" appears 12 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "application exception" appears 3 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown RuntimeException" appears 3 times in the file. | 159 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 161 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 194 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 287 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 468 | |
| extension | MultipleStringLiteralsExtended | The String "Has thread con" appears 3 times in the file. | 592 | |
| extension | MultipleStringLiteralsExtended | The String "Hasn't thread con" appears 5 times in the file. | 600 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should have thrown JDOFatalUserException" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "myKey" appears 5 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 5 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalArgumentException" appears 3 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "Correct exception" appears 3 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "myName" appears 3 times in the file. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "myPersistenceManagerFactory" appears 2 times in the file. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "invoked" appears 2 times in the file. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Should be no people from previous transactions" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "person" appears 5 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "select p from Person as p" appears 7 times in the file. | 79 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 94 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 95 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Tony" appears 3 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "Blair" appears 3 times in the file. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown NoResultException" appears 4 times in the file. | 190 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/org/springframework/orm/jpa/memdb.xml" appears 3 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "/org/springframework/orm/jpa/inject.xml" appears 3 times in the file. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "person" appears 7 times in the file. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "Tx must have committed back" appears 2 times in the file. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 88 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "person" appears 7 times in the file. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "Tx must have committed back" appears 2 times in the file. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 16 times in the file. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "some exception" appears 4 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "Should have propagated RuntimeException" appears 3 times in the file. | 169 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 334 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 369 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 373 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 378 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 404 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 407 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 434 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 435 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 449 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 458 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 488 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 491 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 492 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 499 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 513 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 514 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 533 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 534 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 556 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 557 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 572 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 577 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 578 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 583 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 584 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 585 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 592 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 593 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 605 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 606 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 611 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 612 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 613 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 620 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 621 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 631 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 634 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 635 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 642 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 643 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 650 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 651 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 666 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 667 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 674 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 675 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 682 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 683 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 696 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 701 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 702 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 709 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 710 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 711 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 718 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 719 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 733 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 734 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 741 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 742 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 743 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 750 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 751 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 769 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 772 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 773 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 778 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 779 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 785 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 787 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 788 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 820 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 821 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 826 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 831 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 832 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "EntityManagerFactory reference must be cached after init" appears 5 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "EMF must be proxied" appears 5 times in the file. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "emf" appears 2 times in the file. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "org/springframework/orm/jpa/domain/persistence.xml" appears 2 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "call me Bob" appears 2 times in the file. | 252 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 44 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 51 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 58 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 65 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 72 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 68 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 72 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 76 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Tony" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "select p from Person as p" appears 2 times in the file. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/org/springframework/orm/jpa/META-INF/persistence.xml" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "OrderManagement" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "order.jar" appears 4 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "order-supplemental.jar" appears 3 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Exclude unlisted should default false in 1.0." appears 8 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Exclude unlisted should be true when no value." appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "order2.xml" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "com.acme.AcmePersistence" appears 3 times in the file. | 173 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "expected invalid document exception" appears 2 times in the file. | 263 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 265 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "/org/springframework/orm/jpa/persistence-no-schema.xml" appears 2 times in the file. | 274 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "The number of persistence units is incorrect." appears 2 times in the file. | 318 | |
| extension | MultipleStringLiteralsExtended | The String "noExclude should not be null." appears 2 times in the file. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "noExclude name is not correct." appears 2 times in the file. | 322 | |
| extension | MultipleStringLiteralsExtended | The String "NoExcludeElement" appears 2 times in the file. | 322 | |
| extension | MultipleStringLiteralsExtended | The String "emptyExclude should not be null." appears 2 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "emptyExclude name is not correct." appears 2 times in the file. | 327 | |
| extension | MultipleStringLiteralsExtended | The String "EmptyExcludeElement" appears 2 times in the file. | 327 | |
| extension | MultipleStringLiteralsExtended | The String "emptyExclude should be true." appears 2 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "trueExclude should not be null." appears 2 times in the file. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "trueExclude name is not correct." appears 2 times in the file. | 332 | |
| extension | MultipleStringLiteralsExtended | The String "TrueExcludeElement" appears 2 times in the file. | 332 | |
| extension | MultipleStringLiteralsExtended | The String "trueExclude should be true." appears 2 times in the file. | 333 | |
| extension | MultipleStringLiteralsExtended | The String "falseExclude should not be null." appears 2 times in the file. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "falseExclude name is not correct." appears 2 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "FalseExcludeElement" appears 2 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "falseExclude should be false." appears 2 times in the file. | 338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "anything" appears 3 times in the file. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "entityManagerFactory" appears 2 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "myEntityManagerFactory" appears 4 times in the file. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "filter" appears 2 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "filter2" appears 2 times in the file. | 252 | |
| extension | MultipleStringLiteralsExtended | The String "entityManagerFactoryBeanName" appears 2 times in the file. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "invoked" appears 4 times in the file. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 360 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 378 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "entityManagerFactory" appears 15 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "annotationProcessor" appears 13 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "myScope" appears 2 times in the file. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "entityManagerFactory2" appears 3 times in the file. | 289 | |
| extension | MultipleStringLiteralsExtended | The String "Person" appears 7 times in the file. | 290 | |
| extension | MultipleStringLiteralsExtended | The String "defaultPersistenceUnitName" appears 2 times in the file. | 292 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 334 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 341 | |
| extension | MultipleStringLiteralsExtended | The String "pu1" appears 3 times in the file. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "pu2" appears 2 times in the file. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "java:comp/env/pu1" appears 3 times in the file. | 345 | |
| extension | MultipleStringLiteralsExtended | The String "java:comp/env/pu2" appears 2 times in the file. | 346 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 380 | |
| extension | MultipleStringLiteralsExtended | The String "System" appears 7 times in the file. | 381 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 408 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 437 | |
| extension | MultipleStringLiteralsExtended | The String "pc1" appears 3 times in the file. | 438 | |
| extension | MultipleStringLiteralsExtended | The String "pc2" appears 3 times in the file. | 439 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 440 | |
| extension | MultipleStringLiteralsExtended | The String "pc3" appears 2 times in the file. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "java:comp/env/pc1" appears 3 times in the file. | 443 | |
| extension | MultipleStringLiteralsExtended | The String "java:comp/env/pc2" appears 3 times in the file. | 444 | |
| extension | MultipleStringLiteralsExtended | The String "java:comp/env/pc3" appears 2 times in the file. | 445 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 477 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 480 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 517 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 519 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 6 times in the file. | 548 | |
| extension | MultipleStringLiteralsExtended | The String "Can't inject this setter" appears 2 times in the file. | 561 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 594 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 594 | |
| extension | MultipleStringLiteralsExtended | The String "bean1" appears 2 times in the file. | 644 | |
| extension | MultipleStringLiteralsExtended | The String "bean2" appears 2 times in the file. | 645 | |
| extension | MultipleStringLiteralsExtended | The String "Already called" appears 2 times in the file. | 765 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 770 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 827 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'" appears 4 times in the file. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 293 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 319 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 348 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'rowCount' can be moved inside the block at line '111' to restrict runtime creation. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 157 | |
| extension | MoveVariableInsideIf | Variable 'rowsAffected' can be moved inside the block at line '176' to restrict runtime creation. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 105 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "No transaction manager set" appears 2 times in the file. | 305 | |
| extension | MoveVariableInsideIf | Variable 'commit' can be moved inside the block at line '320' to restrict runtime creation. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "]." appears 3 times in the file. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. | 55 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]." appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "Method '" appears 2 times in the file. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 115 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 157 | |
| extension | MoveVariableInsideIf | Variable 'combinationOfContextLocationsForThisTestClass' can be moved inside the block at line '190' to restrict runtime creation. | 180 | |
| extension | MoveVariableInsideIf | Variable 'initialClassLoader' can be moved inside the block at line '190' to restrict runtime creation. | 183 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 255 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 261 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 273 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 312 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 356 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 174 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 329 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "contextPath" appears 2 times in the file. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 134 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 189 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 316 | |
| extension | ReturnCountExtended | Return count for 'createJaxbContextFromContextPath' method is 4 (max allowed is 1). | 470 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 472 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 552 | |
| extension | ReturnCountExtended | Return count for 'supports' method is 2 (max allowed is 1). | 557 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 569 | |
| extension | ReturnCountExtended | Return count for 'unmarshal' method is 3 (max allowed is 1). | 739 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 765 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 772 | |
| extension | ReturnCountExtended | Return count for 'processSource' method is 2 (max allowed is 1). | 782 | |
| extension | MultipleStringLiteralsExtended | The String "@" appears 2 times in the file. | 911 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 914 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1030 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Configured for target class [" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "] using binding [" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "JiBX marshalling exception" appears 3 times in the file. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "JiBX unmarshalling exception" appears 3 times in the file. | 362 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'unmarshalStreamSource' method is 4 (max allowed is 1). | 405 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 554 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'marshaller' must not be null" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "'content' must not be null" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "http://xml.org/sax/properties/lexical-handler" appears 2 times in the file. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 128 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 279 position 21 need optimization. All method calls are advised to move to end of logic expression. | 279 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 285 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 349 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 355 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 361 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 367 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 373 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 395 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 423 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 429 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 435 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 441 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 447 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 453 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 459 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex2' was lost. | 429 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 435 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 436 | |
| extension | MoveVariableInsideIf | Variable 'alias' can be moved inside the block at line '489' to restrict runtime creation. | 486 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 573 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 717 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 724 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 816 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http://samples.springframework.org/flight" appears 8 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "tns:flights" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "http://www.w3.org/2000/xmlns/" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "xmlns:tns" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "tns:flight" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "tns:number" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "42" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Marshaller writes invalid DOMResult" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "Marshaller writes invalid StreamResult" appears 6 times in the file. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http://samples.springframework.org/flight" appears 5 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid element" appears 2 times in the file. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" appears 7 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "<objects><castor-object xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String " xmlns:java=\"http://java.sun.com\"" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String " xsi:type=\"java:org.springframework.oxm.castor.CastorObject\">" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "<name>test</name><value>8</value></castor-object></objects>" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "tns" appears 3 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "http://samples.springframework.org/flight" appears 8 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "flights" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "tns:flights" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "flight" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "tns:flight" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "number" appears 2 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "tns:number" appears 2 times in the file. | 142 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "Marshaller wrote invalid result" appears 11 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "objects" appears 4 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "flights.xsd" appears 2 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "The xsi:noNamespaceSchemaLocation hasn't been written or has invalid value." appears 2 times in the file. | 218 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "<tns:flights xmlns:tns=\"http://samples.springframework.org/flight\">" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid items" appears 4 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 5 times in the file. | 111 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 139 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 146 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "Result Flights is different object." appears 3 times in the file. | 166 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "Result Flights has incorrect number of Flight." appears 2 times in the file. | 178 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 183 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 186 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "http://xml.org/sax/features/external-general-entities" appears 4 times in the file. | 212 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "option not set" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "SAVE_PRETTY_PRINT" appears 2 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http://samples.springframework.org/flight" appears 7 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "flights" appears 4 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "flight" appears 5 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "number" appears 4 times in the file. | 105 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 136 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 142 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "Jaxb2Marshaller does not support JAXBElement<FlightsType>" appears 2 times in the file. | 188 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "Jaxb2Marshaller supports class not in context path" appears 2 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "Jaxb2Marshaller supports type not in context path" appears 2 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "Jaxb2Marshaller supports JAXBElement not in context path" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "Jaxb2Marshaller does not support JAXBElement<" appears 2 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String ">" appears 2 times in the file. | 218 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "http://xml.org/sax/features/external-general-entities" appears 4 times in the file. | 330 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bytes property not set" appears 2 times in the file. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "42" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "spring-ws.png" appears 2 times in the file. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Invalid element" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "http://samples.springframework.org/flight" appears 2 times in the file. | 76 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 8 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "flight" appears 10 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "flightNumber" appears 10 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "42" appears 3 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Marshaller writes invalid DOMResult" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "root" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "flights" appears 3 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "Marshaller writes invalid StreamResult" appears 5 times in the file. | 135 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 184 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 3 times in the file. | 191 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "<flight flightNumber=\"42\" />" appears 4 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "Marshaller does not use attributes" appears 6 times in the file. | 200 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 232 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 234 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 246 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 248 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 73 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "statisCode is required" appears 2 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 35 | |
| extension | OverridableMethodInConstructor | Overridable method 'addObject' is called in constructor body. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 7 times in the file. | 97 | |
| extension | ReturnCountExtended | Return count for 'lookup' method is 3 (max allowed is 1). | 117 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 6 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "SimpleNamingContext does not support [javax.naming.Name]" appears 14 times in the file. | 227 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 305 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 95 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 123 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 125 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 125 | |
| extension | ReturnCountExtended | Return count for 'createInitialContextFactory' method is 2 (max allowed is 1). | 194 | |
| extension | MultipleStringLiteralsExtended | The String "]: " appears 2 times in the file. | 207 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter name must not be null" appears 2 times in the file. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 83 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "127.0.0.1" appears 2 times in the file. | 88 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "localhost" appears 2 times in the file. | 93 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 103 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 108 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 127 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 135 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 150 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 193 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 211 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 264 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 361 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter name must not be null" appears 3 times in the file. | 409 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter map must not be null" appears 2 times in the file. | 420 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter map key must be of type [" appears 2 times in the file. | 423 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 423 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter map value must be single value " appears 2 times in the file. | 433 | |
| extension | MultipleStringLiteralsExtended | The String " or array of type [" appears 2 times in the file. | 433 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 508 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 509 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 519 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 2 times in the file. | 554 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute name must not be null" appears 2 times in the file. | 626 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 724 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 895 | |
| extension | MultipleStringLiteralsExtended | The String "Value for header '" appears 2 times in the file. | 904 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 914 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 931 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 966 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1002 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,037 position 66 need optimization. All method calls are advised to move to end of logic expression. | 1037 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,038 position 41 need optimization. All method calls are advised to move to end of logic expression. | 1038 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1061 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 105 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 152 position 64 need optimization. All method calls are advised to move to end of logic expression. | 152 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 178 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 192 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 211 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 322 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 347 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 377 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot set error status - response is already committed" appears 2 times in the file. | 432 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 587 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 98 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute name must not be null" appears 3 times in the file. | 157 | |
| extension | MoveVariableInsideIf | Variable 'name' can be moved inside the block at line '222' to restrict runtime creation. | 219 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 256 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 273 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 80 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 82 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 121 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 122 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 123 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute name must not be null" appears 6 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid scope: " appears 4 times in the file. | 168 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 188 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "Page exception" appears 2 times in the file. | 369 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Request must not be null" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Response must not be null" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter name must not be null" appears 2 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 110 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 127 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 137 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 141 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "MockServletContext" appears 2 times in the file. | 145 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 147 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 191 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 192 | |
| extension | OverridableMethodInConstructor | Overridable method 'registerNamedDispatcher' is called in constructor body. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 6 times in the file. | 210 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 217 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 295 | |
| extension | ReturnCountExtended | Return count for 'getResourcePaths' method is 3 (max allowed is 1). | 299 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 300 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 306 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 308 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 320 | |
| extension | MultipleStringLiteralsExtended | The String "RequestDispatcher name must not be null" appears 2 times in the file. | 380 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter name must not be null" appears 3 times in the file. | 476 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute name must not be null" appears 3 times in the file. | 502 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 568 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockActionRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 40 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockActionRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 49 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockActionRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockActionResponse' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot set render parameters after sendRedirect has been called" appears 3 times in the file. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter key must be null" appears 2 times in the file. | 61 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 2 times in the file. | 140 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockClientDataRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 54 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockEventRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockMimeResponse' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 75 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 133 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 148 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "Locale must not be null" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter name must not be null" appears 2 times in the file. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 104 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 5 times in the file. | 121 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 192 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 193 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter name must not be null" appears 2 times in the file. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Key must not be null" appears 6 times in the file. | 50 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 69 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Preference '" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "' is read-only" appears 2 times in the file. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 85 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 99 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 130 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 131 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "Property key must not be null" appears 3 times in the file. | 250 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 251 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 269 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 279 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter key must be null" appears 2 times in the file. | 362 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 393 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 440 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 536 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 552 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Request must not be null" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Response must not be null" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "MockPortletRequestDispatcher requires MockMimeResponse" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Property key must not be null" appears 7 times in the file. | 90 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 116 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 181 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 76 | |
| extension | MoveVariableInsideIf | Variable 'name' can be moved inside the block at line '151' to restrict runtime creation. | 148 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ";" appears 3 times in the file. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockRenderRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 41 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockRenderRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 50 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockRenderRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockRenderResponse' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockResourceRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 49 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockResourceRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 58 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockResourceRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ";" appears 2 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockStateAwareResponse' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter key must not be null" appears 4 times in the file. | 106 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "] for class [" appears 2 times in the file. | 83 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 95 | |
| extension | ReturnCountExtended | Return count for 'isTestEnabledInThisEnvironment' method is 2 (max allowed is 1). | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Key must not be null" appears 5 times in the file. | 93 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "locations" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "classes" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "inheritLocations" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "initializers" appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "inheritInitializers" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "declaringClass must not be null" appears 2 times in the file. | 162 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 180 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 303 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 380 position 55 need optimization. All method calls are advised to move to end of logic expression. | 380 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 382 position 61 need optimization. All method calls are advised to move to end of logic expression. | 382 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Consider annotating your test class with @ContextConfiguration or @ContextHierarchy." appears 2 times in the file. | 62 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 66 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 100 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 104 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 110 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 122 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 132 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 147 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 166 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 189 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 203 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 233 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 10 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "Caught exception while allowing TestExecutionListener [" appears 5 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "testInstance must not be null" appears 2 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "], method [" appears 2 times in the file. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "], exception [" appears 2 times in the file. | 288 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 299 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 84 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 98 position 27 need optimization. All method calls are advised to move to end of logic expression. | 98 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 98 position 65 need optimization. All method calls are advised to move to end of logic expression. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "dataSource" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "transactionManager" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "transactionMode" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "encoding" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "separator" appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "commentPrefix" appears 2 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "blockCommentStartDelimiter" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "blockCommentEndDelimiter" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "errorMode" appears 2 times in the file. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Failed to execute SQL scripts for test context %s: " appears 4 times in the file. | 192 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 250 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 251 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "class" appears 2 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "method" appears 2 times in the file. | 263 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 264 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 289 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 290 | |
| extension | MoveVariableInsideIf | Variable 'prefixedResourcePath' can be moved inside the block at line '301' to restrict runtime creation. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'createTestContextManager' is called in constructor body. | 115 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 221 | |
| extension | ReturnCountExtended | Return count for 'methodBlock' method is 2 (max allowed is 1). | 252 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 263 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 293 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 317 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 365 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 422 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 70 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 84 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 144 | |
| extension | ReturnCountExtended | Return count for 'generateDefaultLocations' method is 2 (max allowed is 1). | 218 | |
| extension | MoveVariableInsideIf | Variable 'prefixedResourcePath' can be moved inside the block at line '228' to restrict runtime creation. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'loadContext' method is 2 (max allowed is 1). | 246 | |
| extension | MultipleStringLiteralsExtended | The String "DelegatingSmartContextLoaders do not support the ContextLoader SPI. " appears 2 times in the file. | 287 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 104 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 162 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 168 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 188 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 224 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 230 | |
| extension | ReturnCountExtended | Return count for 'buildMergedContextConfiguration' method is 3 (max allowed is 1). | 267 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 287 | |
| extension | MultipleStringLiteralsExtended | The String "ContextConfigurationAttributes list must not be empty" appears 3 times in the file. | 293 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 338 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 339 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 40 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 49 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 58 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 67 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 105 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Class must not be null" appears 2 times in the file. | 105 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 110 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 133 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 192 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 215 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "Resolved context configuration attributes: " appears 2 times in the file. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]." appears 2 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The test class of the supplied TestContext must not be null" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "hierarchyMode" appears 3 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "locations" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "inheritLocations" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "properties" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "inheritProperties" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "declaringClass must not be null" appears 2 times in the file. | 77 | |
| extension | MoveVariableInsideIf | Variable 'prefixedResourcePath' can be moved inside the block at line '193' to restrict runtime creation. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 68 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 121 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "context must not be null" appears 2 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "inlinedProperties must not be null" appears 3 times in the file. | 209 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 262 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "]." appears 2 times in the file. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 59 | |
| extension | ReturnCountExtended | Return count for 'retrieveDataSource' method is 4 (max allowed is 1). | 87 | |
| extension | MultipleStringLiteralsExtended | The String "TestContext must not be null" appears 3 times in the file. | 88 | |
| extension | ReturnCountExtended | Return count for 'retrieveTransactionManager' method is 5 (max allowed is 1). | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "transactionManager" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "defaultRollback" appears 2 times in the file. | 141 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "The test method of the supplied TestContext must not be null" appears 2 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "] for test context " appears 4 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "Exception encountered while executing @AfterTransaction method [" appears 2 times in the file. | 283 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 286 | |
| extension | ReturnCountExtended | Return count for 'getTransactionManager' method is 2 (max allowed is 1). | 313 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 411 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 432 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "SELECT COUNT(0) FROM " appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String " WHERE " appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "DELETE FROM " appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "Deleted " appears 2 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String " rows from table " appears 2 times in the file. | 100 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 101 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 104 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'findAnnotationDescriptor' method is 3 (max allowed is 1). | 101 | |
| extension | ReturnCountExtended | Return count for 'findAnnotationDescriptorForTypes' method is 3 (max allowed is 1). | 180 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 318 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Target object must not be null" appears 5 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "] on target [" appears 6 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 7 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "Method name must not be empty" appears 3 times in the file. | 205 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 206 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 309 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Body content" appears 2 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "XPath " appears 8 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "nodeCount for XPath " appears 2 times in the file. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ModelAndView is null" appears 7 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Model is null" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Model attribute with name '" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 5 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Size of model list is '" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "' while size of expected list is '" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "List in model under name '" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "' is not equal to the expected list." appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "' but was '" appears 2 times in the file. | 141 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'executeInternal' method is 2 (max allowed is 1). | 57 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "RequestMatcher is required" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Content type not set" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Request content" appears 3 times in the file. | 107 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 193 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Request URI" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "'uri' must not be null" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "Expected header <" appears 2 times in the file. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 194 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 98 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "httpMethod is required" appears 2 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 3 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "No 'Accept' media types" appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 2 times in the file. | 215 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 4 times in the file. | 248 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 5 times in the file. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 464 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 680 | |
| extension | MultipleStringLiteralsExtended | The String "'name' must not be empty" appears 2 times in the file. | 696 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Content type not set" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "Response content" appears 3 times in the file. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Response cookie not found: " appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Response cookie" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "No cookie with name: " appears 3 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Response cookie maxAge" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "Response cookie path" appears 2 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "Response cookie domain" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Response cookie comment" appears 2 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "Response cookie version" appears 2 times in the file. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Flash attribute" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No handler: " appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "HandlerMethod" appears 3 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Response header " appears 3 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "AntPath expression" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Redirected URL" appears 2 times in the file. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Model attribute '" appears 4 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 4 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "No errors for attribute [" appears 2 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 9 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "No errors for attribute: [" appears 3 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "No errors for field: [" appears 3 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "] of attribute [" appears 3 times in the file. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Headers" appears 2 times in the file. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "Type" appears 5 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute" appears 2 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Async started" appears 4 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Async result" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "Request attribute" appears 4 times in the file. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Response status" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Range for response status value " appears 5 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "Response status reason" appears 2 times in the file. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No ModelAndView found" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "View name" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 93 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 103 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 | |
| extension | MoveVariableInsideIf | Variable 'registration' can be moved inside the block at line '391' to restrict runtime creation. | 390 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 421 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 48 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 53 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 58 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Expected Exception" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "This FilterChain has already been called!" appears 3 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "body" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "test/plain" appears 6 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 8 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "test/plain;charset=UTF-8" appears 4 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 6 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 5 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 8 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 5 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 5 times in the file. | 139 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "newValue1" appears 4 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "key3" appears 5 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "value3A" appears 5 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "value3B" appears 5 times in the file. | 142 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 158 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 201 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "example.com" appears 3 times in the file. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "test.server" appears 4 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "[2001:db8:0:1]" appears 3 times in the file. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "2001:db8:0:1" appears 2 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 279 | |
| extension | MultipleStringLiteralsExtended | The String "https" appears 4 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "http://localhost" appears 3 times in the file. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | MultipleStringLiteralsExtended | The String "http" appears 2 times in the file. | 341 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 356 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 359 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test/plain" appears 6 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 12 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "test/plain;charset=UTF-8" appears 4 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 7 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "66" appears 3 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Length" appears 3 times in the file. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "X" appears 5 times in the file. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "XY" appears 2 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "/redirect" appears 2 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "Location" appears 2 times in the file. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 41 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 50 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 59 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 71 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 77 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 86 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 95 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 4 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 107 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 113 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 122 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 131 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "file1" appears 7 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "file2" appears 7 times in the file. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "myContent1" appears 4 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "myOrigFilename" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "myContent2" appears 4 times in the file. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "/web/MockServletContextTests.class" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "/second" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 2 times in the file. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Test class [" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "] should be enabled." appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Test method [" appears 4 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "]." appears 2 times in the file. | 75 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ")." appears 3 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "]." appears 3 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "after class-level @DirtiesContext with clean test method and AFTER_CLASS mode" appears 2 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "after class-level @DirtiesContext with dirty test method" appears 3 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "after inherited class-level @DirtiesContext with dirty test method" appears 3 times in the file. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 103 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 103 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 104 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 105 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 106 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 109 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 109 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 110 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 111 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 114 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 114 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 115 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "level 3, A" appears 6 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "level 3, A and B" appears 6 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "removed level 1" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "removed level 2" appears 4 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "removed level 3-A" appears 2 times in the file. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 3 times in the file. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "bar}" appears 8 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 4 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "quux}" appears 2 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "catbert" appears 16 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "dogbert" appears 14 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "X" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "Y" appears 2 times in the file. | 160 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 171 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 176 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 190 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "quux" appears 2 times in the file. | 226 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 368 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 373 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 387 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 54 | |
| extension | MultipleStringLiteralsExtended | The String ")." appears 3 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "The application context should have been autowired." appears 3 times in the file. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "] (" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String ")." appears 4 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "enigma" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "x.y.z" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "server.url" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "key.value.1" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "key=value" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "key.value.2" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "key.value.3" appears 2 times in the file. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Dave" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Andy" appears 4 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Prod Bar" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "parent" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "from UserConfig" appears 2 times in the file. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "from TestUserConfig" appears 2 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "baz-child" appears 2 times in the file. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "baz-child" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo-level-1" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo-level-1" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo-level-1" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo-level-2" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo-level-2" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo-level-2" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 52 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 56 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 59 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ear" appears 2 times in the file. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "root" appears 2 times in the file. | 46 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 63 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Dilbert" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:/org/springframework/test/context/jdbc/schema.sql" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:/org/springframework/test/context/jdbc/data.sql" appears 2 times in the file. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Dilbert" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:/org/springframework/test/context/jdbc/schema.sql" appears 2 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:/org/springframework/test/context/jdbc/data.sql" appears 2 times in the file. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "dataSource" appears 4 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "transactionManager" appears 4 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "transactionMode" appears 4 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "encoding" appears 4 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "separator" appears 4 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "commentPrefix" appears 4 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "blockCommentStartDelimiter" appears 4 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "blockCommentEndDelimiter" appears 4 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "errorMode" appears 6 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "globalConfigMethod" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 2 times in the file. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Dilbert" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:/org/springframework/test/context/jdbc/schema.sql" appears 2 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:/org/springframework/test/context/jdbc/data.sql" appears 2 times in the file. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Dilbert" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:/org/springframework/test/context/jdbc/schema.sql" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:/org/springframework/test/context/jdbc/data.sql" appears 2 times in the file. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String ".sql" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Adding yoda" appears 2 times in the file. | 82 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "Adding jane" appears 2 times in the file. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A listener method for a disabled test should never be executed!" appears 5 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 70 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 73 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "person" appears 2 times in the file. | 80 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 88 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 195 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]." appears 3 times in the file. | 52 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]." appears 4 times in the file. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "]." appears 4 times in the file. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 107 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 110 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 113 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 125 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "Quux" appears 2 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "Fido" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "enigma" appears 2 times in the file. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 39 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 78 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 58 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 72 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]." appears 3 times in the file. | 58 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 75 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 82 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Yoda" appears 2 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "John Smith" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Fido" appears 2 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Yoda" appears 2 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "John Smith" appears 2 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Fido" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Local Dev Foo" appears 2 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Local Dev Foo" appears 2 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Java" appears 2 times in the file. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should be able to find Sam" appears 2 times in the file. | 72 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 89 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 112 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "singleton" appears 2 times in the file. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "prototype" appears 2 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 14 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 8 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 2 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 2 times in the file. | 99 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 193 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 201 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 2 times in the file. | 231 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 349 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 361 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 378 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 74 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "classpath:/foo.xml" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "/bar.xml" appears 2 times in the file. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/foo.xml" appears 4 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "/bar.xml" appears 2 times in the file. | 49 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 52 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 57 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "A.xml" appears 5 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "C.xml" appears 3 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "one.xml" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "B-one.xml" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "B-two.xml" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "1-A.xml" appears 5 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "1-B.xml" appears 5 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "2-A.xml" appears 4 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "2-B.xml" appears 2 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "3-A.xml" appears 2 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "3-B.xml" appears 2 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "3-C.xml" appears 3 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "alpha" appears 4 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "beta" appears 4 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "gamma" appears 2 times in the file. | 227 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 541 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Neither" appears 3 times in the file. | 61 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 178 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "clean" appears 5 times in the file. | 68 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 171 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 176 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 199 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 216 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 224 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 232 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 240 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:/org/springframework/test/context/support/context1.xml" appears 2 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "file:/testing/directory/context.xml" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/context.xml" appears 2 times in the file. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key = value" appears 2 times in the file. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "Could not detect default properties file for test" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:/foo1.xml" appears 4 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:/foo2.xml" appears 4 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "k1a=v1a" appears 4 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "k1b: v1b" appears 4 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:/baz.properties" appears 3 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "inlined" appears 3 times in the file. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "John Smith" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "Fido" appears 2 times in the file. | 119 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 134 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 73 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 76 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "John Smith" appears 2 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "employee's name." appears 2 times in the file. | 142 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 204 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "user" appears 6 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Dogbert" appears 6 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Dilbert" appears 12 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:/org/springframework/test/context/jdbc/data-add-dogbert.sql" appears 4 times in the file. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "enigma" appears 2 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "transactionalTest" appears 2 times in the file. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "nonTransactionalTest" appears 2 times in the file. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "metaTxMgr" appears 2 times in the file. | 221 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 302 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 315 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 319 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 332 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 345 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 349 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 362 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 375 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 379 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 392 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 396 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 409 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 413 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 426 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 430 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 443 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 447 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "user" appears 6 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Dogbert" appears 6 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Dilbert" appears 12 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 96 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 102 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 108 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 114 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 120 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:/org/springframework/test/context/jdbc/data-add-dogbert.sql" appears 4 times in the file. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "enigma" appears 2 times in the file. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "enigma" appears 2 times in the file. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "request attributes should exist" appears 2 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "person" appears 3 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Bob" appears 2 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "rootDeclaringClass" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "declaringClass" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "annotationType" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "component name" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "composedAnnotation should not be null" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "composedAnnotationType" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "meta1" appears 4 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "meta2" appears 8 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "Should not find @Component on InheritedAnnotationClass" appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "Should not find @Component on MetaCycleAnnotatedClass" appears 2 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "classes" appears 2 times in the file. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo.xml" appears 5 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "id" appears 6 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 6 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Tom" appears 6 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 6 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "eyeColor" appears 6 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "blue" appears 6 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "likesPets" appears 7 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "favoriteNumber" appears 6 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "name (protected field)" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "eye color (package private field)" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "'favorite number' (package field)" appears 2 times in the file. | 57 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 78 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 83 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Jerry" appears 3 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "green" appears 3 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "ID (protected method in a superclass)" appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "name (private method)" appears 3 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "age (protected method)" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "eye color (package private method)" appears 3 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "'likes pets' flag (protected method for a boolean)" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "'favorite number' (protected method for a Number)" appears 3 times in the file. | 118 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 163 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 168 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "subtract" appears 2 times in the file. | 181 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "add" appears 2 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "add(1,2,3,4)" appears 2 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "number" appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "text" appears 2 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "configure" appears 3 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "enigma" appears 3 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "init" appears 2 times in the file. | 211 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 220 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 225 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 230 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 4 times in the file. | 54 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 65 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 48 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 5 times in the file. | 64 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Test" appears 2 times in the file. | 73 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 84 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "<foo><bar>baz</bar></foo>" appears 2 times in the file. | 108 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "$.foo" appears 6 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 45 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "bogus" appears 2 times in the file. | 50 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 58 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "$.bogus" appears 2 times in the file. | 70 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 78 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http://foo.com/bar" appears 4 times in the file. | 46 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 12 times in the file. | 62 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 15 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 9 times in the file. | 81 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 86 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 91 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 107 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 113 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 127 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/foo/bar" appears 6 times in the file. | 45 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 48 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/Bar" appears 2 times in the file. | 60 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 68 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/bar[1]" appears 4 times in the file. | 85 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 88 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/bar[2]" appears 2 times in the file. | 105 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "{\"name\" : \"Ludwig van Beethoven\", \"someDouble\" : \"1.6035\"}" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "/composers/42" appears 3 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "/composers/{id}" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "/number" appears 6 times in the file. | 112 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/composers/42" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "/composers/{id}" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "/number" appears 6 times in the file. | 91 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "application/json;charset=UTF-8" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 5 times in the file. | 67 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "/person/1" appears 4 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "composers" appears 4 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Johann Sebastian Bach" appears 5 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Johannes Brahms" appears 4 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "performers" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Yehudi Menuhin" appears 3 times in the file. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "/composers" appears 10 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "application/json;charset=UTF-8" appears 5 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "$.composers[0].name" appears 3 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "$.performers[1].name" appears 3 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "Johann" appears 2 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "Ashkenazy" appears 2 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "di Me" appears 2 times in the file. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "/composers" appears 4 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml" appears 2 times in the file. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Johann Sebastian Bach" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Johannes Brahms" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Edvard Grieg" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Robert Schumann" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Vladimir Ashkenazy" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Yehudi Menuhin" appears 2 times in the file. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "/ns:people/composers/composer[%s]" appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "/ns:people/performers/performer[%s]" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "/composers" appears 12 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml" appears 6 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "/ns:people/composers/composer" appears 2 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "/ns:people/performers/performer" appears 2 times in the file. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 2 times in the file. | 42 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 6 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "/travel/hotels/42" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "/travel" appears 6 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/42" appears 4 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "/main" appears 2 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "/index.html" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 23 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 21 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 12 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "bar=baz" appears 2 times in the file. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "text/html" appears 7 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 5 times in the file. | 260 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "qux" appears 4 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "nl" appears 2 times in the file. | 359 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 395 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 5 times in the file. | 42 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 45 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "bogus" appears 3 times in the file. | 57 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 66 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 76 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 86 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "good" appears 6 times in the file. | 31 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 34 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "$.foo" appears 6 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 34 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "bogus" appears 2 times in the file. | 39 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 47 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "$.bogus" appears 2 times in the file. | 59 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 67 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 77 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/resource/1" appears 4 times in the file. | 30 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "/api/resource/1" appears 3 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "/api/resource/1?arg=value" appears 2 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "view" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "good" appears 15 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 12 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "time" appears 8 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "error" appears 2 times in the file. | 57 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "bad" appears 4 times in the file. | 73 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 81 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 91 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 101 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 111 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "missing" appears 2 times in the file. | 123 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 126 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 136 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 141 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 146 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 156 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "param" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "paramValue" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "header" appears 4 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "headerValue" appears 4 times in the file. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "MockHttpServletRequest" appears 4 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Headers" appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "/redirectFoo" appears 2 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "MockHttpServletResponse" appears 7 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Handler" appears 4 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "Type" appears 6 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "Resolved Exception" appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "ModelAndView" appears 8 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "View name" appears 2 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "View" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "viewName" appears 2 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "attrName" appears 5 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "attrValue" appears 4 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute" appears 2 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "FlashMap" appears 3 times in the file. | 192 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 66 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 69 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/foo/bar" appears 6 times in the file. | 33 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 36 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/Bar" appears 2 times in the file. | 48 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 56 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/bar[1]" appears 4 times in the file. | 73 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 76 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/bar[2]" appears 2 times in the file. | 93 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 96 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "receivedId" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo1" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "foo2" appears 2 times in the file. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/1" appears 5 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 5 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Joe" appears 8 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "{\"name\":\"Joe\",\"someDouble\":0.0,\"someBoolean\":false}" appears 5 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "deferredResult" appears 2 times in the file. | 77 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 140 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 160 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 168 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "errorView" appears 2 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "message" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/persons" appears 5 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 5 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Andy" appears 5 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "/person/1" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "message" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "success!" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "/login" appears 4 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "/p" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "principal" appears 2 times in the file. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "a=b" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 3 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Bar" appears 3 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/persons" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "/persons/Joe" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "message" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "success!" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "persons/add" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "person" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "persons/index" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "Joe" appears 2 times in the file. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/person/Corea" appears 7 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "person" appears 3 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "$.person.name" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Corea" appears 5 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "/person/name/text()" appears 2 times in the file. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "person/show" appears 3 times in the file. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 4 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "/handle" appears 6 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "/handleUtf8" appears 5 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain;charset=UTF-8" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Hello world!" appears 4 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "\u3053\u3093\u306b\u3061\u306f\u4e16\u754c\uff01" appears 5 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "ISO-8859-1" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "world" appears 2 times in the file. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "domain" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 12 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "en_US" appears 3 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/persons" appears 3 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 5 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 5 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 5 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com" appears 3 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 5 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "handle" appears 3 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/persons/1" appears 9 times in the file. | 67 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 124 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/music/people" appears 6 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Johann Sebastian Bach" appears 6 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Johannes Brahms" appears 4 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Edvard Grieg" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Robert Schumann" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Vladimir Ashkenazy" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Yehudi Menuhin" appears 4 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "$.composers[0].name" appears 3 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "$.performers[1].name" appears 3 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "Johann" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "Ashkenazy" appears 2 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "di Me" appears 2 times in the file. | 105 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "composers" appears 4 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "performers" appears 2 times in the file. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a string value" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "a name" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 5 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "integer" appears 5 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "string" appears 4 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "person" appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "view" appears 2 times in the file. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/{id}" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "/1" appears 3 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "locale" appears 4 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/created" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "/badRequest" appears 6 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Expired token" appears 2 times in the file. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/persons" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "mySpecialView" appears 3 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "application/xml;charset=UTF-8" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "/music/people" appears 2 times in the file. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "application/xml;charset=UTF-8" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "/ns:people/composers/composer[%s]" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "/ns:people/performers/performer[%s]" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "/music/people" appears 6 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Johann Sebastian Bach" appears 3 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "Johannes Brahms" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "Edvard Grieg" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "Robert Schumann" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "Vladimir Ashkenazy" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Yehudi Menuhin" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "/ns:people/composers/composer" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "/ns:people/performers/performer" appears 2 times in the file. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "/test" appears 4 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "/test/this" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "/*" appears 4 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "/test/*" appears 8 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "*.html" appears 8 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/bar/*" appears 2 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "/baz/*" appears 2 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "/catalog" appears 2 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "*.bop" appears 2 times in the file. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "sys.login.ajax" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 3 times in the file. | 53 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 75 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 81 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 87 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Incorrect result size: expected " appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 48 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 69 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 90 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 112 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 147 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 150 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setConnectionFactory' is called in constructor body. | 83 | |
| extension | OverridableMethodInConstructor | Overridable method 'afterPropertiesSet' is called in constructor body. | 84 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 138 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No ConnectionFactory specified" appears 2 times in the file. | 94 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 153 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The RecordFactory facility is not supported by the connector" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'getCloseSuppressingConnectionProxy' is called in constructor body. | 83 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 199 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 235 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'invoke' method is 2 (max allowed is 1). | 131 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 136 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setConnectionFactory' is called in constructor body. | 95 | |
| extension | OverridableMethodInConstructor | Overridable method 'afterPropertiesSet' is called in constructor body. | 96 | |
| extension | OverridableMethodInConstructor | Overridable method 'setConnectionFactory' is called in constructor body. | 107 | |
| extension | OverridableMethodInConstructor | Overridable method 'setConnectionSpec' is called in constructor body. | 108 | |
| extension | OverridableMethodInConstructor | Overridable method 'afterPropertiesSet' is called in constructor body. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "Callback object must not be null" appears 2 times in the file. | 192 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 290 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 402 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 423 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "I/O exception during bytes conversion" appears 2 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 234 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 137 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 149 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 220 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 270 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No 'asyncTaskExecutor' set" appears 2 times in the file. | 113 | |
| extension | ReturnCountExtended | Return count for 'executeWork' method is 2 (max allowed is 1). | 143 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 155 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 198 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 218 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setWorkManager' is called in constructor body. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 244 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 251 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 258 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 56 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "At least one TransactionAnnotationParser needs to be specified" appears 2 times in the file. | 114 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 115 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 180 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 180 position 68 need optimization. All method calls are advised to move to end of logic expression. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 54 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 38 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 38 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'txAspectClassName' can be moved inside the block at line '92' to restrict runtime creation. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "transactionAttributeSource" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "order" appears 3 times in the file. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "transactionAttributeSource" appears 2 times in the file. | 87 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 65 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | ReturnCountExtended | Return count for 'getTransactionAttribute' method is 3 (max allowed is 1). | 84 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 107 | |
| extension | ReturnCountExtended | Return count for 'computeTransactionAttribute' method is 5 (max allowed is 1). | 134 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'DefaultTransactionAttribute' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 44 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 38 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 127 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 156 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 165 position 32 need optimization. All method calls are advised to move to end of logic expression. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "]: current name '" appears 2 times in the file. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 43 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 41 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'RuleBasedTransactionAttribute' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 67 | |
| extension | ReturnCountExtended | Return count for 'rollbackOn' method is 2 (max allowed is 1). | 129 | |
| extension | MoveVariableInsideIf | Variable 'deepest' can be moved inside the block at line '137' to restrict runtime creation. | 135 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 85 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. | 128 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 133 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 135 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 137 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 244 position 38 need optimization. All method calls are advised to move to end of logic expression. | 244 | |
| extension | ReturnCountExtended | Return count for 'invokeWithinTransaction' method is 2 (max allowed is 1). | 266 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 306 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 336 | |
| extension | ReturnCountExtended | Return count for 'determineTransactionManager' method is 3 (max allowed is 1). | 351 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 490 | |
| extension | MultipleStringLiteralsExtended | The String "Completing transaction for [" appears 2 times in the file. | 519 | |
| extension | MultipleStringLiteralsExtended | The String "Application exception overridden by rollback exception" appears 2 times in the file. | 542 | |
| extension | MultipleStringLiteralsExtended | The String "Application exception overridden by commit exception" appears 2 times in the file. | 562 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 642 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 46 | |
| extension | OverridableMethodInConstructor | Overridable method 'setTransactionInterceptor' is called in constructor body. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 33 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "UserTransaction must not be null" appears 2 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "TransactionManager must not be null" appears 2 times in the file. | 207 | |
| extension | OverridableMethodInConstructor | Overridable method 'buildUserTransaction' is called in constructor body. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 12 times in the file. | 569 | |
| extension | ReturnCountExtended | Return count for 'findTransactionManager' method is 2 (max allowed is 1). | 696 | |
| extension | ReturnCountExtended | Return count for 'findTransactionSynchronizationRegistry' method is 4 (max allowed is 1). | 735 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 807 | |
| extension | MultipleStringLiteralsExtended | The String "JTA implementation does not support nested transactions" appears 2 times in the file. | 837 | |
| extension | MultipleStringLiteralsExtended | The String "JtaTransactionManager needs a JTA TransactionManager for suspending a transaction: " appears 2 times in the file. | 942 | |
| extension | MultipleStringLiteralsExtended | The String "specify the 'transactionManager' or 'transactionManagerName' property" appears 2 times in the file. | 943 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected internal transaction state" appears 4 times in the file. | 958 | |
| extension | MultipleStringLiteralsExtended | The String "JTA transaction already completed - probably rolled back" appears 2 times in the file. | 1005 | |
| extension | MultipleStringLiteralsExtended | The String "Rollback failure with transaction already marked as rolled back: " appears 2 times in the file. | 1016 | |
| extension | MultipleStringLiteralsExtended | The String "JTA transaction already rolled back (probably due to a timeout)" appears 2 times in the file. | 1019 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1101 | |
| extension | MultipleStringLiteralsExtended | The String "cannot register Spring after-completion callbacks with outer JTA transaction - " appears 2 times in the file. | 1105 | |
| extension | MultipleStringLiteralsExtended | The String "Original exception: " appears 2 times in the file. | 1107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "weblogic." appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "relying on JTA provider to mark the transaction as rollback-only based on " appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "the exception thrown from beforeCompletion" appears 2 times in the file. | 151 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 117 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 120 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 135 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 138 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 153 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "Could not initialize WebLogicJtaTransactionManager because WebLogic API classes are not available" appears 2 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "begin" appears 2 times in the file. | 169 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 193 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 211 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 218 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 226 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 229 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 247 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 254 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 257 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 284 | |
| extension | AvoidHidingCauseException | Cause exception 'ex2' was lost. | 293 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 296 | |
| extension | ReturnCountExtended | Return count for 'createTransaction' method is 2 (max allowed is 1). | 304 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 316 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 319 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 322 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 325 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 329 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 167 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 232 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 251 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 255 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 258 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 269 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 272 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 280 | |
| extension | MultipleStringLiteralsExtended | The String ", join=" appears 2 times in the file. | 286 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 288 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 289 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 344 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 82 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 113 | |
| extension | ReturnCountExtended | Return count for 'getTransaction' method is 3 (max allowed is 1). | 336 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 370 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 388 | |
| extension | ReturnCountExtended | Return count for 'handleExistingTransaction' method is 5 (max allowed is 1). | 396 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 410 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 418 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 422 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 461 | |
| extension | MultipleStringLiteralsExtended | The String "Participating transaction with definition [" appears 2 times in the file. | 479 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 493 | |
| extension | ReturnCountExtended | Return count for 'suspend' method is 3 (max allowed is 1). | 569 | |
| extension | MultipleStringLiteralsExtended | The String "Transaction is already completed - do not call commit or rollback more than once per transaction" appears 2 times in the file. | 701 | |
| extension | MultipleStringLiteralsExtended | The String "Commit exception overridden by rollback exception" appears 2 times in the file. | 906 | |
| extension | MultipleStringLiteralsExtended | The String "Transaction manager [" appears 2 times in the file. | 1125 | |
| extension | MultipleStringLiteralsExtended | The String "] does not support transaction suspension" appears 2 times in the file. | 1125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 73 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 81 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 36 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 103 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 108 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 108 position 27 need optimization. All method calls are advised to move to end of logic expression. | 108 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 157 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 96 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 93 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 114 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "] for key [" appears 4 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "] bound to thread [" appears 3 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 141 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 260 | |
| extension | MultipleStringLiteralsExtended | The String "Transaction synchronization is not active" appears 2 times in the file. | 291 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 316 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 384 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 450 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 108 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "Application exception overridden by rollback exception" appears 2 times in the file. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 72 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 79 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 96 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 103 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "peti" appears 2 times in the file. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "notProxied" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "proxied" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "classProxied" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "classProxiedAndAdvised" appears 2 times in the file. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "my failure" appears 2 times in the file. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "in" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "out" appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IncorrectResultSizeDataAccessException" appears 10 times in the file. | 46 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "test1" appears 5 times in the file. | 87 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 3 times in the file. | 148 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 155 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 168 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 184 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown TypeMismatchDataAccessException" appears 4 times in the file. | 205 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 222 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Has thread connection" appears 2 times in the file. | 74 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 110 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 6 times in the file. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "java:/TransactionManager" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "java:comp/UserTransaction" appears 3 times in the file. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "jndi-ut" appears 2 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "jndi-tm" appears 2 times in the file. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "txName" appears 7 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | MultipleStringLiteralsExtended | The String "I want a rollback" appears 2 times in the file. | 262 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalStateException" appears 2 times in the file. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 320 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 345 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 355 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 373 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 401 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 405 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 410 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 434 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 457 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 482 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 498 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 502 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 506 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 519 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 523 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 527 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 540 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 544 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 548 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 567 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 571 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 573 | |
| extension | MultipleStringLiteralsExtended | The String "txName2" appears 2 times in the file. | 578 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 582 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 584 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 588 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 590 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 593 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 609 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 613 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 614 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 615 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 622 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 623 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 624 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 628 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 629 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 630 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 633 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 649 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 653 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 656 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 672 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 677 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown TransactionSystemException" appears 6 times in the file. | 680 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 685 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 699 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 704 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown CannotCreateTransactionException" appears 2 times in the file. | 707 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 712 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 725 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 729 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 732 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 746 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 758 | |
| extension | MultipleStringLiteralsExtended | The String "system exception" appears 5 times in the file. | 784 | |
| extension | MultipleStringLiteralsExtended | The String "not supported" appears 2 times in the file. | 823 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown NestedTransactionNotSupportedException" appears 2 times in the file. | 835 | |
| extension | MultipleStringLiteralsExtended | The String "Correct completion status" appears 7 times in the file. | 901 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown UnexpectedRollbackException" appears 2 times in the file. | 906 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 964 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 967 | |
| extension | MultipleStringLiteralsExtended | The String "heuristic exception" appears 2 times in the file. | 984 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown HeuristicCompletionException" appears 2 times in the file. | 1001 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1005 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1036 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1157 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1160 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalTransactionStateException" appears 3 times in the file. | 1164 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1181 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1184 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1205 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1242 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1243 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1245 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "Not the same transaction object" appears 4 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Must have transaction" appears 4 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "Should not have thrown NoTransactionException" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Must not be new transaction" appears 3 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "triggered begin" appears 7 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "triggered commit" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "no rollback" appears 5 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "no rollbackOnly" appears 8 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "no commit" appears 8 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "triggered rollback" appears 5 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "no begin" appears 3 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "triggered rollbackOnly" appears 2 times in the file. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "Some application exception" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "Should have propagated RuntimeException" appears 2 times in the file. | 175 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "Correct exception" appears 2 times in the file. | 179 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 208 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "TIMEOUT_DEFAULT" appears 2 times in the file. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalArgumentException" appears 4 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "Correct propagation behavior set" appears 2 times in the file. | 253 | |
| extension | MultipleStringLiteralsExtended | The String "Correct isolation level set" appears 2 times in the file. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "getAge" appears 19 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "getName" appears 7 times in the file. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.Exception" appears 2 times in the file. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 332 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "transactionManager" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Should not have any started transactions" appears 3 times in the file. | 66 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "done" appears 2 times in the file. | 98 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean is not a proxy" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Stereotype annotation not visible" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 56 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "qualifiedTransactionManager" appears 2 times in the file. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "annotationDrivenProxyTargetClassTests.xml" appears 3 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "service" appears 3 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "someName" appears 5 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "innerName" appears 2 times in the file. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 411 | |
| extension | MultipleStringLiteralsExtended | The String "Caught wrong exception" appears 2 times in the file. | 413 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 459 | |
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 2 times in the file. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 530 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 534 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean is a dynamic proxy" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "testBean is CGLIB advised" appears 2 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "target" appears 2 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '<'. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot construct a RollbackRuleAttribute with a null-Throwable type" appears 2 times in the file. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "Throwable" appears 2 times in the file. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "IllegalArgumentException" appears 2 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "IllegalStateException" appears 2 times in the file. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hashCode" appears 3 times in the file. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "equals" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "wait" appears 6 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "notify" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "notifyAll" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "toString" appears 2 times in the file. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hashCode" appears 10 times in the file. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 69 | |
| extension | MultipleStringLiteralsExtended | The String ".hashCode" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String ".toString" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "toString" appears 4 times in the file. | 83 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "PROPAGATION_REQUIRED" appears 5 times in the file. | 94 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "PROPAGATION_MANDATORY" appears 2 times in the file. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "methodName" appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "PROPAGATION_REQUIRED" appears 2 times in the file. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "fooTransactionManager" appears 12 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "defaultTransactionManager" appears 4 times in the file. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 57 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 67 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "result" appears 24 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalTransactionStateException" appears 2 times in the file. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 311 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 312 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 334 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 362 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 370 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 371 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 387 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 397 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 404 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 405 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 411 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 412 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 413 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 417 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 434 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 436 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 442 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 447 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 513 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 514 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 515 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 520 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 521 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 522 | |
| extension | MultipleStringLiteralsExtended | The String "result2" appears 6 times in the file. | 523 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 526 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 527 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 528 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 536 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 537 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 538 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 542 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 543 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 562 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 563 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 569 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 570 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 571 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 575 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 578 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 586 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 587 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 588 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 597 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 598 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 609 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 610 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 611 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 616 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 617 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 618 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 622 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 623 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 624 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 632 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 633 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 634 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 638 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 639 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 123 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 135 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 60 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 68 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 73 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 78 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 83 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 88 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 93 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 103 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 108 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 113 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 118 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 123 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 128 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 133 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 138 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 143 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 148 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 153 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 158 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 163 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 168 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 173 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 178 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 183 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 188 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 193 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 198 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 203 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 208 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 213 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 218 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 223 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 228 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 233 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 238 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 243 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 248 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 253 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 258 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 263 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 268 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 273 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 278 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 283 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 288 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 293 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 298 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 303 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 308 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 313 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 318 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 323 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 379 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 403 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 414 | |
| extension | MultipleStringLiteralsExtended | The String ",\\s*" appears 3 times in the file. | 417 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 451 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 530 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 550 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 579 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 681 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 727 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 846 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 860 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 419 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 428 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 437 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 447 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "No matching constant for [" appears 2 times in the file. | 488 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 488 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 47 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 64 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 69 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 74 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 79 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 84 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 89 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 94 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 99 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 104 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 109 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 114 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 119 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 124 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 129 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 134 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 139 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 144 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 149 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 154 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 159 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 164 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 169 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 174 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 179 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 184 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 189 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 296 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 329 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 342 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 376 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 393 | |
| extension | MultipleStringLiteralsExtended | The String "'mediaTypes' must not be null" appears 3 times in the file. | 439 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 490 | |
| extension | ReturnCountExtended | Return count for 'compare' method is 2 (max allowed is 1). | 493 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 506 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 516 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 522 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 532 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'ResponseEntity' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 75 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'HttpComponentsAsyncClientHttpRequestFactory' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "'httpAsyncClient' must not be null" appears 2 times in the file. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'httpClient' is not of type CloseableHttpClient" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Timeout must be a non-negative value" appears 2 times in the file. | 116 | |
| extension | ReturnCountExtended | Return count for 'createRequest' method is 2 (max allowed is 1). | 203 | |
| extension | ReturnCountExtended | Return count for 'createHttpUriRequest' method is 6 (max allowed is 1). | 240 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'HttpDelete' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 91 position 61 need optimization. All method calls are advised to move to end of logic expression. | 91 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Encoding" appears 2 times in the file. | 136 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 82 position 46 need optimization. All method calls are advised to move to end of logic expression. | 82 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 85 position 33 need optimization. All method calls are advised to move to end of logic expression. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 74 position 44 need optimization. All method calls are advised to move to end of logic expression. | 74 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 78 position 36 need optimization. All method calls are advised to move to end of logic expression. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setSupportedMediaTypes' is called in constructor body. | 67 | |
| extension | OverridableMethodInConstructor | Overridable method 'setSupportedMediaTypes' is called in constructor body. | 75 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 130 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 102 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 104 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 212 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 216 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "US-ASCII" appears 2 times in the file. | 296 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 431 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 83 | |
| extension | ReturnCountExtended | Return count for 'loadFileTypeMapFromContextSupportModule' method is 2 (max allowed is 1). | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 66 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 140 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 | |
| extension | MultipleStringLiteralsExtended | The String ": " appears 2 times in the file. | 153 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 162 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "application" appears 2 times in the file. | 72 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 98 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 517 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 415 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "application" appears 2 times in the file. | 65 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 87 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 97 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 105 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "]: " appears 3 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'canRead' method is 5 (max allowed is 1). | 82 | |
| extension | MultipleStringLiteralsExtended | The String "Could not unmarshal to [" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "]: " appears 2 times in the file. | 157 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 179 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 180 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "]: " appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Could not instantiate JAXBContext: " appears 2 times in the file. | 117 | |
| extension | ReturnCountExtended | Return count for 'processSource' method is 3 (max allowed is 1). | 121 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "application" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "xml" appears 2 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Marshaller must not be null" appears 2 times in the file. | 72 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 109 position 28 need optimization. All method calls are advised to move to end of logic expression. | 109 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 114 position 29 need optimization. All method calls are advised to move to end of logic expression. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "http://xml.org/sax/features/external-general-entities" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "Could not parse document: " appears 3 times in the file. | 156 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 248 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'XmlAwareFormHttpMessageConverter' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 60 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 78 | |
| extension | ReturnCountExtended | Return count for 'get' method is 2 (max allowed is 1). | 146 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 156 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 78 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 158 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 162 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 165 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "POST" appears 2 times in the file. | 63 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 80 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 257 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 261 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 265 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 268 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 271 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 273 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 78 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "POST" appears 2 times in the file. | 59 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "POST" appears 2 times in the file. | 60 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "POST" appears 2 times in the file. | 56 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 69 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 103 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "Timeout must be a non-negative value" appears 2 times in the file. | 135 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 277 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 138 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 151 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 224 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 360 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 381 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 411 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 440 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 444 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 469 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 488 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 583 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 585 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 90 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 156 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 161 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 148 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "At least one ContentNegotiationStrategy is expected" appears 2 times in the file. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 198 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | OverridableMethodInConstructor | Overridable method 'addMapping' is called in constructor body. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'initFileTypeMap' method is 2 (max allowed is 1). | 160 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 201 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnNullInsteadOfBoolean | Method declares to return Boolean and returns null. | 374 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 376 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 475 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 664 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'invokeHandlerMethod' method is 2 (max allowed is 1). | 140 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 202 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 209 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 303 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 304 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 304 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 369 | |
| extension | MoveVariableInsideIf | Variable 'methodToInvoke' can be moved inside the block at line '398' to restrict runtime creation. | 396 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 499 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 505 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 525 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 534 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 559 | |
| extension | ReturnCountExtended | Return count for 'resolveRequestHeaderMap' method is 2 (max allowed is 1). | 575 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 593 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 637 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 644 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 788 | |
| extension | MultipleStringLiteralsExtended | The String "' of type [" appears 3 times in the file. | 793 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 848 | |
| extension | ReturnCountExtended | Return count for 'resolveCommonArgument' method is 2 (max allowed is 1). | 855 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 890 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 85 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 108 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "WebRequest must not be null" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute name must not be null" appears 3 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 133 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 163 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " request for \"" appears 3 times in the file. | 542 | |
| extension | MultipleStringLiteralsExtended | The String "Async " appears 2 times in the file. | 549 | |
| extension | MultipleStringLiteralsExtended | The String "\" resulted in " appears 2 times in the file. | 549 | |
| extension | MultipleStringLiteralsExtended | The String " (" appears 2 times in the file. | 550 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 634 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 653 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 59 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'extractData' method is 2 (max allowed is 1). | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Reading [" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "] as \"" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "\" using [" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with || at line 60 position 42 need optimization. All method calls are advised to move to end of logic expression. | 60 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 60 position 85 need optimization. All method calls are advised to move to end of logic expression. | 60 | |
| extension | ReturnCountExtended | Return count for 'hasEmptyMessageBody' method is 4 (max allowed is 1). | 80 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "'messageConverters' must not be empty" appears 2 times in the file. | 188 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 236 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 244 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 252 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 329 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 339 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 347 | |
| extension | MultipleStringLiteralsExtended | The String "'requestEntity' must not be null" appears 2 times in the file. | 503 | |
| extension | ReturnCountExtended | Return count for 'doExecute' method is 2 (max allowed is 1). | 558 | |
| extension | MultipleStringLiteralsExtended | The String " request for \"" appears 2 times in the file. | 580 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 676 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 703 | |
| extension | MultipleStringLiteralsExtended | The String "Writing [" appears 2 times in the file. | 766 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 767 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 180 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "Context initialization failed" appears 2 times in the file. | 331 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 433 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 495 | |
| extension | MoveVariableInsideIf | Variable 'locatorFactorySelector' can be moved inside the block at line '551' to restrict runtime creation. | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "Name must not be null" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 224 | |
| extension | MoveVariableInsideIf | Variable 'session' can be moved inside the block at line '234' to restrict runtime creation. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | ReturnCountExtended | Return count for 'getAttribute' method is 3 (max allowed is 1). | 125 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 113 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 195 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 211 position 34 need optimization. All method calls are advised to move to end of logic expression. | 211 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 65 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 89 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 108 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 130 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 63 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No async support in a pre-Servlet 3.0 runtime" appears 3 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "AsyncWebRequest must not be null" appears 3 times in the file. | 106 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 135 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "Key is required" appears 2 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 201 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 281 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 318 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 375 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 388 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 414 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 209 | |
| extension | MoveVariableInsideIf | Variable 'count' can be moved inside the block at line '238' to restrict runtime creation. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'GenericWebApplicationContext' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 78 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "Do you still have an 'contextConfigLocations' init-param set?" appears 2 times in the file. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "session=[" appears 2 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "]; " appears 4 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "user=[" appears 2 times in the file. | 129 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 143 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 74 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 103 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "url=[" appears 2 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "]; " appears 6 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "client=[" appears 2 times in the file. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Target object must not be null" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "StaticWebApplicationContext does not support config locations" appears 2 times in the file. | 119 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 193 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "WebApplicationObjectSupport instance [" appears 2 times in the file. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 61 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 210 position 25 need optimization. All method calls are advised to move to end of logic expression. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setTargetBeanName' is called in constructor body. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 242 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 257 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 125 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 136 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'httpResponse' can be moved inside the block at line '103' to restrict runtime creation. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ETag [" appears 2 times in the file. | 109 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "FacesContext must not be null" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValue' method is 3 (max allowed is 1). | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Attempting to resolve property '" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "' in root WebApplicationContext" appears 4 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Successfully resolved property '" appears 2 times in the file. | 79 | |
| extension | ReturnCountExtended | Return count for 'getType' method is 3 (max allowed is 1). | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 130 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 139 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 174 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 187 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 187 position 45 need optimization. All method calls are advised to move to end of logic expression. | 187 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 207 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 217 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 225 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Bean is required" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Method is required" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "HandlerMethod is required" appears 2 times in the file. | 114 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 181 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 239 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 244 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 77 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 98 position 26 need optimization. All method calls are advised to move to end of logic expression. | 98 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | OverridableMethodInConstructor | Calling the method 'detectExceptionMappings' in constructor body leads to the call of the overridable method 'detectAnnotationExceptionMappings'. | 74 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 141 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 150 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 105 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 162 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 163 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | MoveVariableInsideIf | Variable 'returnValue' can be moved inside the block at line '138' to restrict runtime creation. | 136 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 170 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 243 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 271 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 280 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 50 | |
| extension | ReturnCountExtended | Return count for 'resolveArgument' method is 2 (max allowed is 1). | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolveArgument' method is 2 (max allowed is 1). | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'supportsParameter' method is 3 (max allowed is 1). | 126 | |
| extension | MultipleStringLiteralsExtended | The String "javax.servlet.http.Part" appears 5 times in the file. | 141 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "Expected MultipartHttpServletRequest: is a MultipartResolver configured?" appears 3 times in the file. | 168 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 199 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 222 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 227 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 232 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 237 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 87 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 90 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "Method [" appears 2 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 139 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 152 | |
| extension | MultipleStringLiteralsExtended | The String "]\n" appears 3 times in the file. | 194 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 231 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 234 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 237 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "] " appears 2 times in the file. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 82 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 91 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 115 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'newFileItemFactory' is called in constructor body. | 79 | |
| extension | OverridableMethodInConstructor | Overridable method 'newFileUpload' is called in constructor body. | 80 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 218 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 219 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "], stored " appears 2 times in the file. | 260 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 42 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 87 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "File has been moved - cannot be read again" appears 2 times in the file. | 115 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 118 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 150 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 154 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 159 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 161 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'CommonsMultipartResolver' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 77 | |
| extension | OverridableMethodInConstructor | Overridable method 'setServletContext' is called in constructor body. | 87 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 124 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 82 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 103 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 99 | |
| extension | ReturnCountExtended | Return count for 'extractFilename' method is 4 (max allowed is 1). | 104 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 114 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 146 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 166 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 180 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "Could not access multipart servlet request" appears 2 times in the file. | 183 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 202 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 71 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 80 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "HttpServletResponse must not be null" appears 2 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getQuery' method is 2 (max allowed is 1). | 133 | |
| extension | MultipleStringLiteralsExtended | The String "Encoding must not be empty" appears 2 times in the file. | 186 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 196 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid encoded sequence \"" appears 2 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 3 times in the file. | 294 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 321 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 324 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 463 position 36 need optimization. All method calls are advised to move to end of logic expression. | 463 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 463 position 48 need optimization. All method calls are advised to move to end of logic expression. | 463 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 463 position 60 need optimization. All method calls are advised to move to end of logic expression. | 463 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 469 position 48 need optimization. All method calls are advised to move to end of logic expression. | 469 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 469 position 60 need optimization. All method calls are advised to move to end of logic expression. | 469 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 475 position 48 need optimization. All method calls are advised to move to end of logic expression. | 475 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 487 position 48 need optimization. All method calls are advised to move to end of logic expression. | 487 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 487 position 60 need optimization. All method calls are advised to move to end of logic expression. | 487 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 487 position 72 need optimization. All method calls are advised to move to end of logic expression. | 487 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 499 position 22 need optimization. All method calls are advised to move to end of logic expression. | 499 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 511 position 22 need optimization. All method calls are advised to move to end of logic expression. | 511 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 511 position 34 need optimization. All method calls are advised to move to end of logic expression. | 511 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 521 position 23 need optimization. All method calls are advised to move to end of logic expression. | 521 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 521 position 35 need optimization. All method calls are advised to move to end of logic expression. | 521 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 528 position 22 need optimization. All method calls are advised to move to end of logic expression. | 528 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 528 position 34 need optimization. All method calls are advised to move to end of logic expression. | 528 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 584 position 35 need optimization. All method calls are advised to move to end of logic expression. | 584 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 584 position 47 need optimization. All method calls are advised to move to end of logic expression. | 584 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 584 position 59 need optimization. All method calls are advised to move to end of logic expression. | 584 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 584 position 71 need optimization. All method calls are advised to move to end of logic expression. | 584 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 592 position 47 need optimization. All method calls are advised to move to end of logic expression. | 592 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 592 position 59 need optimization. All method calls are advised to move to end of logic expression. | 592 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 632 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 656 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 700 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 718 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 728 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 761 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 770 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 786 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 820 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 81 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 90 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 92 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 118 | |
| extension | ReturnCountExtended | Return count for 'convertToReference' method is 6 (max allowed is 1). | 132 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Encoding is required" appears 3 times in the file. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\\n" appears 2 times in the file. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 147 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 156 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 73 position 25 need optimization. All method calls are advised to move to end of logic expression. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 76 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "'uriVariables' must not be null" appears 2 times in the file. | 151 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 235 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 276 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ")?" appears 8 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "(//(" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "@)?" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "(:" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "(\\?" appears 2 times in the file. | 85 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 104 | |
| extension | MoveVariableInsideIf | Variable 'userInfo' can be moved inside the block at line '208' to restrict runtime creation. | 187 | |
| extension | MoveVariableInsideIf | Variable 'host' can be moved inside the block at line '208' to restrict runtime creation. | 188 | |
| extension | MoveVariableInsideIf | Variable 'port' can be moved inside the block at line '208' to restrict runtime creation. | 189 | |
| extension | MoveVariableInsideIf | Variable 'path' can be moved inside the block at line '208' to restrict runtime creation. | 190 | |
| extension | MoveVariableInsideIf | Variable 'query' can be moved inside the block at line '208' to restrict runtime creation. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 3 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "] is not a valid HTTP URL" appears 2 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 287 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 313 position 28 need optimization. All method calls are advised to move to end of logic expression. | 313 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 313 position 68 need optimization. All method calls are advised to move to end of logic expression. | 313 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 608 | |
| extension | MultipleStringLiteralsExtended | The String "'name' must not be null" appears 2 times in the file. | 640 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 643 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 715 | |
| extension | OverridableMethodInConstructor | Overridable method 'addPath' is called in constructor body. | 721 | |
| extension | MoveVariableInsideIf | Variable 'fpBuilder' can be moved inside the block at line '728' to restrict runtime creation. | 727 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 744 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 768 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 837 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 849 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 43 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 151 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ")?" appears 8 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "(//(" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "@)?" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "(:" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "(\\?" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Encoding must not be empty" appears 4 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid encoded sequence \"" appears 2 times in the file. | 355 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 355 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 369 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 155 | |
| extension | ReturnCountExtended | Return count for 'getPathWithinServletMapping' method is 4 (max allowed is 1). | 174 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 217 | |
| extension | ReturnCountExtended | Return count for 'getRemainingPath' method is 5 (max allowed is 1). | 230 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 233 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 260 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 496 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 520 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ServletContext must not be null" appears 4 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 156 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "' = [" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 171 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 183 | |
| extension | ReturnNullInsteadOfBoolean | Method declares to return Boolean and returns null. | 216 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 219 | |
| extension | ReturnNullInsteadOfBoolean | Method declares to return Boolean and returns null. | 237 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "Request must not be null" appears 8 times in the file. | 289 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 291 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "Session must not be null" appears 2 times in the file. | 361 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 368 | |
| extension | MultipleStringLiteralsExtended | The String "] for session attribute '" appears 2 times in the file. | 370 | |
| extension | MultipleStringLiteralsExtended | The String "': " appears 2 times in the file. | 370 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 373 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 464 | |
| extension | ReturnCountExtended | Return count for 'findParameterValue' method is 3 (max allowed is 1). | 618 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 623 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 662 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 755 | |
| extension | ReturnCountExtended | Return count for 'isValidOrigin' method is 4 (max allowed is 1). | 785 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 807 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 807 position 74 need optimization. All method calls are advised to move to end of logic expression. | 807 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 33 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain" appears 6 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 7 times in the file. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "text" appears 5 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "html" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "plain" appears 2 times in the file. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Accept header" appears 6 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 3 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "ISO-8859-1" appears 2 times in the file. | 75 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Accept-Charset" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Allow header" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Content-Length header" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Content-Type header" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "http://www.example.com/hotels" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Location header" appears 2 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "\"v2.6\"" appears 6 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid ETag header" appears 4 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "ETag" appears 2 times in the file. | 128 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid If-None-Match header" appears 4 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "If-None-Match" appears 2 times in the file. | 144 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "CET" appears 5 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Date header" appears 5 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "Thu, 18 Dec 2008 10:20:00 GMT" appears 5 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 2 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "Date" appears 2 times in the file. | 169 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "nl" appears 2 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Last-Modified header" appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Expires header" appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid If-Modified-Since header" appears 2 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "no-cache" appears 4 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Pragma header" appears 2 times in the file. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Cache-Control header" appears 2 times in the file. | 248 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Content-Disposition header" appears 2 times in the file. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Disposition" appears 2 times in the file. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid name for [" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "text" appears 8 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "plain" appears 2 times in the file. | 40 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 45 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid type" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "audio" appears 38 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid subtype" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "*" appears 12 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid quality factor" appears 2 times in the file. | 67 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 70 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 75 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 80 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 85 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 90 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 95 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 100 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 105 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 110 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 115 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "No media types returned" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid amount of media types" appears 2 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "basic" appears 18 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "wave" appears 5 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "level" appears 5 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 5 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid comparison result" appears 60 times in the file. | 155 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 161 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid media type at " appears 5 times in the file. | 176 | |
| extension | MultipleStringLiteralsExtended | The String "text/html; q=0.7; charset=iso-8859-1" appears 2 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "Media types not equal" appears 2 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "compareTo() not consistent with equals" appears 4 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "html" appears 4 times in the file. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 2 times in the file. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "*+xml" appears 2 times in the file. | 226 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 280 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 288 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 307 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 312 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 384 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 392 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 411 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 416 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml" appears 2 times in the file. | 428 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http://example.com" appears 5 times in the file. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 3 times in the file. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "location" appears 2 times in the file. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "Location" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "error" appears 2 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "X-CustomHeader" appears 3 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "vale" appears 2 times in the file. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/status/notfound" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid HTTP method" appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid HTTP URI" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid status code" appears 4 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "/echo" appears 3 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "MyHeader" appears 3 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World" appears 3 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 3 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Invalid HTTP method" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid status code" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "/echo" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "MyHeader" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World" appears 3 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 3 times in the file. | 87 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 116 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "DELETE" appears 2 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Invalid status code" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Header not found" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Header value not found" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid body" appears 2 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/status/ok" appears 3 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "No custom config should be set with a custom HttpClient" appears 2 times in the file. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com" appears 6 times in the file. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 2 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Invalid response status" appears 2 times in the file. | 64 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 39 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 45 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "example.com" appears 2 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Image not supported" appears 5 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "image" appears 5 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "png" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "*" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "logo.jpg" appears 3 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid height" appears 3 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid width" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content type" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid size" appears 2 times in the file. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 4 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "octet-stream" appears 4 times in the file. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 2 times in the file. | 57 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 4 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "x-www-form-urlencoded" appears 4 times in the file. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "multipart" appears 4 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "form-data" appears 4 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 4 times in the file. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "name+1=value+1&name+2=value+2%2B1&name+2=value+2%2B2&name+3" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 7 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "value 1" appears 4 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "name 1" appears 4 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "name 2" appears 7 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "value 2+1" appears 4 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "value 2+2" appears 4 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "name 3" appears 3 times in the file. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "/org/springframework/http/converter/logo.jpg" appears 2 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "logo" appears 2 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "Hall\u00F6le.jpg" appears 2 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "utf8" appears 2 times in the file. | 129 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "xml" appears 2 times in the file. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "image/jpeg" appears 2 times in the file. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "*" appears 2 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Not expected" appears 3 times in the file. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "ISO-8859-1" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-16" appears 6 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "Accept-Charset" appears 2 times in the file. | 112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "octet-stream" appears 2 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "logo.jpg" appears 2 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "text" appears 7 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "plain" appears 6 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 3 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 4 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "H\u00e9llo W\u00f6rld" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content-type" appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content-length" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid accept-charset" appears 3 times in the file. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 7 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "atom+xml" appears 7 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "title" appears 3 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "id1" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "title1" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "id2" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "title2" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "atom_1.0" appears 2 times in the file. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content-type" appears 2 times in the file. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 7 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "rss+xml" appears 7 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "title" appears 3 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com" appears 3 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "description" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "title1" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "title2" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "rss_2.0" appears 2 times in the file. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content-type" appears 2 times in the file. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Jason" appears 2 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Bob=Bob" appears 2 times in the file. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 5 times in the file. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 13 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "json" appears 11 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "vnd.test-micro-type+json" appears 2 times in the file. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "{\"bytes\":[1,2],\"array\":[\"Foo\",\"Bar\"]," appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "\"number\":42,\"string\":\"Foo\",\"bool\":true,\"fraction\":42.0}" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 10 times in the file. | 76 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "Bar" appears 5 times in the file. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 81 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 97 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 107 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 117 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content-type" appears 2 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 140 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "[{\"bytes\":[1,2],\"array\":[\"Foo\",\"Bar\"]," appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "\"number\":42,\"string\":\"Foo\",\"bool\":true,\"fraction\":42.0}]" appears 2 times in the file. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "Europe/Paris" appears 2 times in the file. | 189 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 7 times in the file. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "1322903730000" appears 3 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "customid" appears 4 times in the file. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 323 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 362 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 367 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 371 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 373 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 378 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 387 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 402 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "Europe/Paris" appears 2 times in the file. | 188 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 5 times in the file. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "1322903730000" appears 2 times in the file. | 252 | |
| extension | MultipleStringLiteralsExtended | The String "customid" appears 3 times in the file. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 355 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 356 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 359 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 360 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 367 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 368 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 371 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 373 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 14 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "json" appears 12 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "vnd.test-micro-type+json" appears 2 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "{\"bytes\":\"AQI=\",\"array\":[\"Foo\",\"Bar\"],\"number\":42,\"string\":\"Foo\",\"bool\":true,\"fraction\":42.0}" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 13 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 10 times in the file. | 80 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "Bar" appears 5 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 85 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 114 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content-type" appears 2 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 137 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "[{\"bytes\":\"AQI=\",\"array\":[\"Foo\",\"Bar\"],\"number\":42,\"string\":\"Foo\",\"bool\":true,\"fraction\":42.0}]" appears 2 times in the file. | 174 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 186 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "with" appears 4 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "without" appears 2 times in the file. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "\"withView1\":\"with\"" appears 2 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "\"withView2\":\"with\"" appears 2 times in the file. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "\"withoutView\":\"without\"" appears 2 times in the file. | 258 | |
| extension | MultipleStringLiteralsExtended | The String "callback" appears 2 times in the file. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bob" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "BOB" appears 2 times in the file. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "authors" appears 2 times in the file. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "username" appears 2 times in the file. | 129 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 165 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 169 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 185 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 187 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 63 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 6 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 12 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 4 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "external.txt" appears 2 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "<!DOCTYPE root [" appears 2 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String " <!ELEMENT external ANY >\n" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String " <!ENTITY ext SYSTEM \"" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "\" >]>" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String " <list><rootElement><type s=\"1\"/><external>&ext;</external></rootElement></list>" appears 2 times in the file. | 133 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 177 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 180 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Converter does not support writing @XmlRootElement subclass" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "<rootElement><type s=\"Hello World\"/></rootElement>" appears 4 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 9 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 6 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World" appears 4 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "external.txt" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String " <!ELEMENT external ANY >\n" appears 2 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String " <!ENTITY ext SYSTEM \"" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "\" >]>" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String " <rootElement><external>&ext;</external></rootElement>" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content-type" appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "xml" appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "<myRootElement><element>a|||b</element></myRootElement>" appears 2 times in the file. | 164 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 8 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "xml" appears 8 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "text" appears 2 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "soap+xml" appears 2 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 5 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 4 times in the file. | 70 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "Bar" appears 2 times in the file. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 75 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 85 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "with" appears 2 times in the file. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "<root>Hello World</root>" appears 3 times in the file. | 77 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "forced" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid exception hierarchy" appears 2 times in the file. | 118 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "<root>Hello World</root>" appears 6 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 15 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "xml" appears 13 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "soap+xml" appears 2 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 11 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 9 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "root" appears 5 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "Foo Bar" appears 3 times in the file. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World" appears 2 times in the file. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content-type" appears 3 times in the file. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "POST" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "MyHeader" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 4 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "No HttpHeaders returned" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid headers returned" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid header values returned" appears 6 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content returned" appears 2 times in the file. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 3 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Header not set" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Content-Type" appears 3 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain;charset=UTF-8" appears 2 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter name must not be null" appears 2 times in the file. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "127.0.0.1" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "localhost" appears 2 times in the file. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 120 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 128 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 186 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 204 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 257 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 354 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter name must not be null" appears 3 times in the file. | 402 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter map must not be null" appears 2 times in the file. | 413 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter map key must be of type [" appears 2 times in the file. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter map value must be single value " appears 2 times in the file. | 426 | |
| extension | MultipleStringLiteralsExtended | The String " or array of type [" appears 2 times in the file. | 426 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 501 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 502 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 512 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute name must not be null" appears 2 times in the file. | 590 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 820 | |
| extension | MultipleStringLiteralsExtended | The String "Value for header '" appears 2 times in the file. | 829 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 839 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 856 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 891 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 927 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 963 position 41 need optimization. All method calls are advised to move to end of logic expression. | 963 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 963 position 104 need optimization. All method calls are advised to move to end of logic expression. | 963 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 986 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1084 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 105 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 152 position 64 need optimization. All method calls are advised to move to end of logic expression. | 152 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 178 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 211 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 323 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 348 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 378 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot set error status - response is already committed" appears 2 times in the file. | 431 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 585 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 99 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute name must not be null" appears 3 times in the file. | 158 | |
| extension | MoveVariableInsideIf | Variable 'name' can be moved inside the block at line '223' to restrict runtime creation. | 220 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 257 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 80 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 82 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 121 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 122 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 123 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute name must not be null" appears 6 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid scope: " appears 4 times in the file. | 168 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 188 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "Page exception" appears 2 times in the file. | 371 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 75 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Request must not be null" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Response must not be null" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter name must not be null" appears 2 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 110 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 127 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 137 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 141 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "MockServletContext" appears 2 times in the file. | 145 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 147 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 191 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 192 | |
| extension | OverridableMethodInConstructor | Overridable method 'registerNamedDispatcher' is called in constructor body. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 6 times in the file. | 210 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 217 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 282 | |
| extension | ReturnCountExtended | Return count for 'getResourcePaths' method is 3 (max allowed is 1). | 286 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 287 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 293 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 295 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 307 | |
| extension | MultipleStringLiteralsExtended | The String "RequestDispatcher name must not be null" appears 2 times in the file. | 367 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter name must not be null" appears 3 times in the file. | 459 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute name must not be null" appears 3 times in the file. | 485 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 551 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 19 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 28 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 78 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 80 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 99 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 114 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 116 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 117 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 122 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 159 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 160 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 165 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 170 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 176 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 184 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 196 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 199 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 205 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 224 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 316 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 320 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 433 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 436 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 510 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 511 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "Blah" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 19 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 28 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 65 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 86 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 101 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 103 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 104 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 114 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 121 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 133 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 139 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 145 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 154 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 246 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 250 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 343 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 346 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalArgumentException" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "http://localhosta/testbean" appears 6 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "Correct singleton value" appears 6 times in the file. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 12 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown RemoteAccessException" appears 6 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 6 times in the file. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http://fake-service" appears 6 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "No custom config should be set with a custom HttpClient" appears 2 times in the file. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myBean" appears 3 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "myService" appears 3 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myname" appears 11 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "http://myurl" appears 12 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "str1" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "str2" appears 2 times in the file. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalStateException" appears 4 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalAccessException" appears 3 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "argh" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown RemoteAccessException" appears 2 times in the file. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "gzip" appears 3 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "Compression" appears 3 times in the file. | 167 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "Deserialized object needs to be assignable to type [" appears 2 times in the file. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "]: " appears 2 times in the file. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 6 times in the file. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "myKey" appears 8 times in the file. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 456 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 458 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "exporter" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "wsdlDocumentUrl" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "http://localhost:9999/OrderService?wsdl" appears 3 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "namespaceUri" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "http://jaxws.remoting.springframework.org/" appears 3 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "serviceName" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "OrderService" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "client" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "accessor" appears 2 times in the file. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "order 1000" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown OrderNotFoundException" appears 2 times in the file. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/flower.xyz" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "/flower" appears 5 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "format" appears 4 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 4 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "json" appears 4 times in the file. | 88 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 100 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 2 times in the file. | 53 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "json" appears 3 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "xml" appears 2 times in the file. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "json" appears 3 times in the file. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "text" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "html" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "/project-1.0.0.M3" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "Context path should be excluded" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "test.xyz" appears 2 times in the file. | 131 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "tb" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 8 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "NAME_EMPTY &" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 9 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "AGE_NOT_SET <tag>" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "message: <tag>" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "AGE_NOT_32 <tag>" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "GENERAL_ERROR \" '" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "Same global error in list" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "empty &" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Same name error in list" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "message: <tag>" appears 2 times in the file. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "person" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "spouse" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "someValue" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "spouse.name" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 5 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "_postProcessed" appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "visible" appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "postProcessed" appears 8 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "on" appears 5 times in the file. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "!postProcessed" appears 3 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "anonymous" appears 2 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "Scott" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "stringArray" appears 5 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "123,def" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "forname" appears 7 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "Tony" appears 4 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "surname" appears 3 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "Blair" appears 3 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 3 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "test_forname" appears 2 times in the file. | 202 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "param1" appears 24 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "param2" appears 40 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 5 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "paramEmpty" appears 13 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown ServletRequestBindingException" appears 19 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "param3" appears 19 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "param" appears 10 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 7 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 7 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 4 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "bogus" appears 5 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "5.5" appears 2 times in the file. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "1.5" appears 4 times in the file. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "2.5" appears 2 times in the file. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 3 times in the file. | 310 | |
| extension | MultipleStringLiteralsExtended | The String "param4" appears 3 times in the file. | 312 | |
| extension | MultipleStringLiteralsExtended | The String "yes" appears 2 times in the file. | 312 | |
| extension | MultipleStringLiteralsExtended | The String "param5" appears 3 times in the file. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 320 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 321 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 334 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "str" appears 4 times in the file. | 368 | |
| extension | MultipleStringLiteralsExtended | The String "string" appears 3 times in the file. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | MultipleStringLiteralsExtended | The String "nonExistingParam" appears 6 times in the file. | 397 | |
| extension | MultipleStringLiteralsExtended | The String "getStringParameter took too long: " appears 6 times in the file. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/parts" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "/partlist" appears 2 times in the file. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "/org/springframework/http/converter/logo.jpg" appears 2 times in the file. | 109 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "partList" appears 4 times in the file. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "person" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 5 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "_postProcessed" appears 3 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "visible" appears 3 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "postProcessed" appears 8 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "on" appears 5 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "!postProcessed" appears 3 times in the file. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "anonymous" appears 2 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "Scott" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "stringArray" appears 8 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "123,def" appears 2 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "Juergen" appears 6 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "Eva" appears 2 times in the file. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "forname" appears 7 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "Tony" appears 4 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "surname" appears 3 times in the file. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "Blair" appears 3 times in the file. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 3 times in the file. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "test_forname" appears 2 times in the file. | 249 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 272 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 330 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 5 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "charset" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid request content-length" appears 3 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "No content-type" appears 3 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid request body" appears 2 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "Location" appears 2 times in the file. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "name 2" appears 2 times in the file. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/{method}" appears 18 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "get" appears 7 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content" appears 13 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "No headers" appears 3 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content-type" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid status code" appears 3 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid response code" appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "/get" appears 6 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "No Content-Type header" appears 3 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 3 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "text" appears 3 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "plain" appears 3 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "ISO-8859-15" appears 3 times in the file. | 183 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "post" appears 9 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid location" appears 6 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "/post/1" appears 6 times in the file. | 187 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 194 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "put" appears 2 times in the file. | 266 | |
| extension | MultipleStringLiteralsExtended | The String "/delete" appears 3 times in the file. | 290 | |
| extension | MultipleStringLiteralsExtended | The String "/status/notfound" appears 3 times in the file. | 322 | |
| extension | MultipleStringLiteralsExtended | The String "onSuccess not expected" appears 4 times in the file. | 339 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | MultipleStringLiteralsExtended | The String "/status/server" appears 3 times in the file. | 371 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 407 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid response" appears 3 times in the file. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "MyHeader" appears 6 times in the file. | 457 | |
| extension | MultipleStringLiteralsExtended | The String "MyValue" appears 6 times in the file. | 457 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 506 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 512 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 520 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 528 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 544 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 550 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 558 | |
| extension | MultipleStringLiteralsExtended | The String "name 2" appears 2 times in the file. | 560 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Not Found" appears 3 times in the file. | 68 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 81 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 94 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 107 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 2 times in the file. | 128 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 141 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 145 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/{method}" appears 7 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "get" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content" appears 11 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 3 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "/status/nocontent" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid response code" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "/status/notmodified" appears 2 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "post" appears 6 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid location" appears 3 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "/post/1" appears 3 times in the file. | 107 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid request URI" appears 3 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "/uri/query={query}" appears 2 times in the file. | 163 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "name 2" appears 2 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "MyHeader" appears 2 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "MyValue" appears 2 times in the file. | 185 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 186 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "json" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "with" appears 4 times in the file. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "without" appears 2 times in the file. | 210 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "/jsonpost" appears 2 times in the file. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "\"with1\":\"with\"" appears 2 times in the file. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "\"with2\":\"with\"" appears 2 times in the file. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "\"without\":\"without\"" appears 2 times in the file. | 215 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "42" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/-foo" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/{first}-{last}" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 106 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com" appears 38 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "text" appears 6 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "plain" appears 6 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World" appears 11 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid GET result" appears 2 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Accept header" appears 6 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 6 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/resource" appears 3 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid status code" appears 5 times in the file. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/hotels" appears 3 times in the file. | 290 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid POST result" appears 10 times in the file. | 298 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "MyHeader" appears 6 times in the file. | 351 | |
| extension | MultipleStringLiteralsExtended | The String "MyValue" appears 6 times in the file. | 351 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 352 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content length" appears 4 times in the file. | 395 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Content-Type" appears 4 times in the file. | 462 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 642 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid custom header" appears 2 times in the file. | 647 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 686 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "target" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 6 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanCreationException" appears 2 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 9 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 6 times in the file. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/path" appears 2 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "scopedTarget." appears 22 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "scoped" appears 10 times in the file. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "outerBean" appears 3 times in the file. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "param1" appears 6 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "param2" appears 9 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 4 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "value2a" appears 3 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 6 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "If-Modified-Since" appears 6 times in the file. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "Last-Modified" appears 3 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "HEAD" appears 4 times in the file. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "Wed, 09 Apr 2014 09:57:42 GMT" appears 2 times in the file. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "\"Foo\"" appears 4 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "If-None-Match" appears 4 times in the file. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "Bar" appears 2 times in the file. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "ETag" appears 2 times in the file. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "sessionScopedDisposableObject" appears 3 times in the file. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 9 times in the file. | 40 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "completion event" appears 2 times in the file. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "timeout result" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "timeout event" appears 2 times in the file. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "expected exception" appears 2 times in the file. | 93 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected exception" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "AsyncWebRequest must not be null" appears 2 times in the file. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "interceptor" appears 9 times in the file. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "Expected Exception" appears 2 times in the file. | 152 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 239 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 263 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 286 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 311 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 332 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 385 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/test" appears 8 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "interceptor" appears 4 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "timeoutInterceptor" appears 2 times in the file. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Resource.class" appears 2 times in the file. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "ClassPathResource.class" appears 3 times in the file. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "ResourcePatternResolver.class" appears 2 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "programmatic.xml" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "expected exception" appears 5 times in the file. | 51 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "from-init-param.xml" appears 3 times in the file. | 73 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Could not open ServletContext resource [/from-init-param.xml]" appears 3 times in the file. | 81 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "tb" appears 2 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "called" appears 2 times in the file. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "targetFilter" appears 22 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "targetBeanName" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "called" appears 9 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "CUSTOM_ATTR" appears 2 times in the file. | 83 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "POST" appears 3 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid method" appears 2 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "application/x-www-form-urlencoded; charset=ISO-8859-1" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "ISO-8859-1" appears 12 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "name=value" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 16 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 11 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "Request not wrapped" appears 8 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "name1" appears 2 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "name2" appears 2 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 9 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "name4" appears 2 times in the file. | 134 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "value4" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "anotherName=anotherValue" appears 3 times in the file. | 154 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 160 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myAttr" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "POST" appears 5 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels" appears 5 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "booking=42" appears 4 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "uri=/hotel" appears 2 times in the file. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "uri=/hotels?booking=42" appears 2 times in the file. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World" appears 5 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 3 times in the file. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 7 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels" appears 9 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "POST" appears 2 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World" appears 6 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 5 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid request passed" appears 6 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid status" appears 6 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid ETag header" appears 6 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "\"0b10a8db164e0754105b7a99be72e3fe5\"" appears 5 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "ETag" appears 6 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid Content-Length header" appears 4 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content" appears 6 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "If-None-Match" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "Response has Content-Length header" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Length" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "ERROR" appears 2 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "http://www.google.com" appears 2 times in the file. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "jsfNavigationHandler" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "fromAction" appears 5 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "myViewId" appears 5 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "should match all" appears 4 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "base package support" appears 6 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "bean not in package" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "base package class support" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "should not match" appears 5 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "controller implements assignable" appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "not assignable" appears 2 times in the file. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ignore1" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 63 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 75 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "handleIOException" appears 3 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "handleSocketException" appears 2 times in the file. | 61 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 86 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "systemProperty" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "22" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "/contextPath" appears 2 times in the file. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "initBinder" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 4 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "initBinderWithAttributeName" appears 3 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "invalidName" appears 2 times in the file. | 94 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "attr1" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "attr2" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 81 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "attrName" appears 4 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 5 times in the file. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "expected" appears 3 times in the file. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "methods" appears 3 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "getA" appears 13 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "getB1" appears 10 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "getB2" appears 11 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "getC1" appears 12 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "getC2" appears 13 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "getC3" appears 14 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "getC4" appears 14 times in the file. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 123 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 328 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 332 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "modelAttr" appears 4 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "sessionAttr" appears 8 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "sessionAttrValue" appears 4 times in the file. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 179 | |
| extension | ReturnNullInsteadOfBoolean | Method declares to return Boolean and returns null. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "attr1" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "attr2" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 3 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 99 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 3 times in the file. | 98 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "systemProperty" appears 2 times in the file. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "/bar" appears 2 times in the file. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 2 times in the file. | 91 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 99 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "MultipartFile parameter not supported" appears 2 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "Part parameter not supported" appears 2 times in the file. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 7 times in the file. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 7 times in the file. | 158 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World" appears 5 times in the file. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "mfilelist" appears 2 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World 1" appears 5 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World 2" appears 5 times in the file. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "mfilearray" appears 2 times in the file. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "POST" appears 5 times in the file. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "multipart/form-data" appears 5 times in the file. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "pfilelist" appears 2 times in the file. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "pfilearray" appears 2 times in the file. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | MultipleStringLiteralsExtended | The String "multipartFileList" appears 3 times in the file. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 296 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 345 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "stringNotAnnot" appears 4 times in the file. | 364 | |
| extension | MultipleStringLiteralsExtended | The String "plainValue" appears 2 times in the file. | 391 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "attr1" appears 8 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "attr2" appears 8 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "simple" appears 2 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 4 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 4 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "attr3" appears 9 times in the file. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Parameter supported" appears 3 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 2 times in the file. | 85 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 110 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 117 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "99-value" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Expected exception" appears 4 times in the file. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "error" appears 4 times in the file. | 163 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 164 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 167 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 172 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 175 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 180 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 183 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 5 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 5 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "name2" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "mytemp" appears 6 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "enc" appears 2 times in the file. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "POST" appears 3 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "multipart/form-data" appears 6 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "Content-type" appears 3 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "getField" appears 4 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "getValue" appears 3 times in the file. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "field3" appears 5 times in the file. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "field4" appears 7 times in the file. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 4 times in the file. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "value4" appears 5 times in the file. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "value5" appears 3 times in the file. | 134 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 138 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "field1" appears 11 times in the file. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "field2" appears 9 times in the file. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "field2x" appears 7 times in the file. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "type1" appears 3 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "type2" appears 4 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "field1.txt" appears 3 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "text1" appears 3 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "text2" appears 3 times in the file. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "mybean" appears 2 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-16" appears 2 times in the file. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | MultipleStringLiteralsExtended | The String "filter" appears 2 times in the file. | 279 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | MultipleStringLiteralsExtended | The String "myMultipartResolver" appears 2 times in the file. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 378 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 380 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 382 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 384 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 386 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 484 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'Green Wing' - classic British comedy" appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "part" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "POST" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "first" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "second" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The unicode character " appears 2 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 117 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 122 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 127 | |
| extension | MoveVariableInsideIf | Variable 'entityName' can be moved inside the block at line '147' to restrict runtime creation. | 146 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\"This is a quote'" appears 2 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String ""This is a quote'" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "A null string should be converted to a null string" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "An empty string should be converted to an empty string" appears 3 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "A string containing no special characters should not be affected" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "A sentence containing no special characters." appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "'< >' should be encoded to '< >'" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "< >" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "< >" appears 6 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "'< >' should be encoded to '< >'" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "< >" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "ϑ" appears 2 times in the file. | 69 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around string "UTF-8". | 77 | |
| extension | MultipleStringLiteralsExtended | The String "This is a sentence containing no special characters." appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "&prIme;" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "&;" appears 2 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "notADecimalNumber;" appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "notAHexNumber;" appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "" appears 2 times in the file. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "debug" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "info" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "warn" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "error" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "fatal" appears 2 times in the file. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test.prop" appears 3 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "${test.prop:foo}" appears 2 times in the file. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "page" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "session" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "request" appears 2 times in the file. | 40 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 53 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 3 times in the file. | 104 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 109 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http" appears 23 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "example.com" appears 10 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 22 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 17 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 19 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/foo?bar#baz" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result URI" appears 7 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 5 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/foo" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "foo?bar#baz" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "mailto" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "param" appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "http://www.ietf.org/rfc/rfc3986.txt" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "/rfc/rfc3986.txt" appears 2 times in the file. | 148 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "https" appears 8 times in the file. | 203 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | MultipleStringLiteralsExtended | The String "localhost" appears 11 times in the file. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "/path" appears 2 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "a=1" appears 2 times in the file. | 248 | |
| extension | MultipleStringLiteralsExtended | The String "X-Forwarded-Proto" appears 4 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "X-Forwarded-Host" appears 10 times in the file. | 264 | |
| extension | MultipleStringLiteralsExtended | The String "84.198.58.199" appears 3 times in the file. | 264 | |
| extension | MultipleStringLiteralsExtended | The String "X-Forwarded-Port" appears 5 times in the file. | 265 | |
| extension | MultipleStringLiteralsExtended | The String "/rest/mobile/users/1" appears 2 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "/mvc-showcase" appears 5 times in the file. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "a.example.org" appears 3 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "foobarhost" appears 2 times in the file. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "example.org" appears 4 times in the file. | 356 | |
| extension | MultipleStringLiteralsExtended | The String "443" appears 2 times in the file. | 394 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/bar" appears 8 times in the file. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "ba/z" appears 2 times in the file. | 459 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 2 times in the file. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "http://www.ietf.org/rfc/rfc2396.txt" appears 2 times in the file. | 512 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/foo?foo=bar&baz=qux" appears 2 times in the file. | 527 | |
| extension | MultipleStringLiteralsExtended | The String "qux" appears 4 times in the file. | 543 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 546 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 558 | |
| extension | MultipleStringLiteralsExtended | The String "fooValue" appears 2 times in the file. | 580 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 583 | |
| extension | MultipleStringLiteralsExtended | The String "mailto:{user}@{domain}" appears 2 times in the file. | 592 | |
| extension | MultipleStringLiteralsExtended | The String "mailto:foo@example.com" appears 2 times in the file. | 593 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 595 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/foo?bar=baz" appears 2 times in the file. | 604 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/foo?bar=" appears 2 times in the file. | 610 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/foo?bar" appears 2 times in the file. | 616 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/foo/../bar" appears 7 times in the file. | 622 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/../bar" appears 2 times in the file. | 624 | |
| extension | MultipleStringLiteralsExtended | The String "../../" appears 6 times in the file. | 625 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com" appears 3 times in the file. | 628 | |
| extension | MultipleStringLiteralsExtended | The String "foo/../bar" appears 3 times in the file. | 628 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/abc/" appears 4 times in the file. | 635 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/abc/x/y/z" appears 3 times in the file. | 635 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 636 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 2 times in the file. | 636 | |
| extension | MultipleStringLiteralsExtended | The String "e1.com" appears 2 times in the file. | 651 | |
| extension | MultipleStringLiteralsExtended | The String "q1" appears 2 times in the file. | 651 | |
| extension | MultipleStringLiteralsExtended | The String "f1" appears 2 times in the file. | 651 | |
| extension | MultipleStringLiteralsExtended | The String "e2.com" appears 2 times in the file. | 654 | |
| extension | MultipleStringLiteralsExtended | The String "f2" appears 2 times in the file. | 654 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http://example.com/hotel list/Z\u00fcrich" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/hotel%20list/Z%C3%BCrich" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "http://[1abc:2abc:3abc::5ABC:6abc]:8080/hotel%20list/Z%C3%BCrich" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com" appears 5 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com:8080/bar" appears 5 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/bar" appears 4 times in the file. | 89 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "/{foo}" appears 6 times in the file. | 104 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 107 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "bar={baz}" appears 3 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "http:example.com/foo/bar" appears 2 times in the file. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http://example.com/hotels/{hotel}/bookings/{booking}" appears 8 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid variable names" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "hotel" appears 6 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "booking" appears 6 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 6 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "42" appears 5 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid expanded template" appears 6 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/hotels/1/bookings/42" appears 6 times in the file. | 47 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "/order/{c}/{c}/{c}" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 5 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "cheeseburger" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "/order/cheeseburger/cheeseburger/cheeseburger" appears 2 times in the file. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Z\u00fcrich" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/hotel list/{hotel}" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/hotel%20list/Z%C3%BCrich" appears 2 times in the file. | 89 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 92 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "UriTemplate does not match" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "UriTemplate matches" appears 4 times in the file. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid match" appears 4 times in the file. | 132 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 137 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Invalid encoded result" appears 25 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "foobar+-." appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "foo%20bar" appears 7 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "foo bar" appears 7 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "foobar:" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 12 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "80" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/bar" appears 3 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "/Z%C3%BCrich" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "/Z\u00fcrich" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "foobar/+" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "T%C5%8Dky%C5%8D" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "T\u014dky\u014d" appears 4 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "foobar/" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid encoded URI" appears 14 times in the file. | 93 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "http://www.ietf.org/rfc/rfc3986.txt" appears 4 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "https://www.ietf.org/rfc/rfc3986.txt" appears 4 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "http://www.google.com/?q=Z%C3%BCrich" appears 2 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "http://www.google.com/?q=Z\u00fcrich" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "http://arjen:foobar@java.sun.com:80/javase/6/docs/api/java/util/BitSet.html?foo=bar#and(java.util.BitSet)" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "http://java.sun.com/j2se/1.3/" appears 4 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "docs/guide/collections/designfaq.html#28" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "../../../demo/jfc/SwingSet2/src/SwingSet2.java" appears 2 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "file:///~/calendar" appears 2 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/query=foo@bar" appears 4 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.org?format=json&url=http://another.com?foo=bar" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid encoded HTTP URL" appears 7 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "http://arjen:foobar@java.sun.com:80/javase/6/docs/api/java/util/BitSet.html?foo=bar" appears 2 times in the file. | 148 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/petclinic" appears 6 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect path returned" appears 6 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "/welcome.html" appears 7 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 11 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "/main" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "/test_url_decoding/a%2Fb" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "/foo+bar" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "/foo;a=b;c=d" appears 4 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "jsessionid should always be removed" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 16 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "/welcome.html;c=d" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "/test" appears 14 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "/test/" appears 4 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "/test/foo" appears 8 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/" appears 9 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "/test/foo/" appears 8 times in the file. | 192 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "/test/foo/foo" appears 4 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "/test/foo/foo/" appears 4 times in the file. | 295 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 318 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "/path" appears 2 times in the file. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "original=on" appears 2 times in the file. | 373 | |
| extension | MultipleStringLiteralsExtended | The String "forward=true" appears 3 times in the file. | 379 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "myKey1" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "myValue1" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "xxx" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "index" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "index.html" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "/index.html" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "view" appears 4 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "/products/view.html" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "/products/view.html?param=a" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "/products/view.html?param=/path/a" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "/products/view.html?param=/path/a.do" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "view.html" appears 4 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "year" appears 5 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "2012" appears 3 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "red" appears 3 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "blue" appears 3 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "green" appears 3 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "colors" appears 3 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "mydomain1.com" appears 8 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "http://mydomain1.com" appears 4 times in the file. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "https://mydomain1.com" appears 2 times in the file. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "http://mydomain2.com" appears 2 times in the file. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "invalid-origin" appears 2 times in the file. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "mydomain2.com" appears 2 times in the file. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 211 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 6 times in the file. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "': using default" appears 4 times in the file. | 418 | |
| extension | ReturnCountExtended | Return count for 'getDefaultStrategies' method is 2 (max allowed is 1). | 568 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 573 | |
| extension | MultipleStringLiteralsExtended | The String "] for interface [" appears 2 times in the file. | 583 | |
| extension | MultipleStringLiteralsExtended | The String "DispatcherPortlet with name '" appears 4 times in the file. | 634 | |
| extension | MultipleStringLiteralsExtended | The String "' received action request" appears 2 times in the file. | 634 | |
| extension | AvoidHidingCauseException | Cause exception 'ex2' was lost. | 683 | |
| extension | MultipleStringLiteralsExtended | The String "Error occured during request processing: " appears 4 times in the file. | 692 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 700 position 58 need optimization. All method calls are advised to move to end of logic expression. | 700 | |
| extension | MultipleStringLiteralsExtended | The String "ModelAndViewDefiningException encountered" appears 2 times in the file. | 775 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 778 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 779 | |
| extension | MultipleStringLiteralsExtended | The String "Null ModelAndView returned to DispatcherPortlet with name '" appears 2 times in the file. | 789 | |
| extension | MultipleStringLiteralsExtended | The String "': assuming HandlerAdapter completed request handling" appears 2 times in the file. | 790 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 869 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 870 | |
| extension | AvoidHidingCauseException | Cause exception 'ex2' was lost. | 961 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 1007 | |
| extension | MultipleStringLiteralsExtended | The String "HandlerExceptionResolver returned ModelAndView [" appears 2 times in the file. | 1220 | |
| extension | MultipleStringLiteralsExtended | The String "] for exception" appears 2 times in the file. | 1220 | |
| extension | MultipleStringLiteralsExtended | The String "Handler execution resulted in exception - forwarding to resolved error view" appears 2 times in the file. | 1222 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1283 | |
| extension | MultipleStringLiteralsExtended | The String "HandlerInterceptor.afterCompletion threw exception" appears 4 times in the file. | 1284 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1313 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1343 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 264 | |
| extension | MultipleStringLiteralsExtended | The String "FrameworkPortlet '" appears 2 times in the file. | 266 | |
| extension | MoveVariableInsideIf | Variable 'startTime' can be moved inside the block at line '283' to restrict runtime creation. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "Context initialization failed" appears 2 times in the file. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 311 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 556 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 584 | |
| extension | ReturnCountExtended | Return count for 'getUsernameForRequest' method is 3 (max allowed is 1). | 613 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 629 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 106 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 149 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 145 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 154 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 173 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 181 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 190 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 197 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 274 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnNullInsteadOfBoolean | Method declares to return Boolean and returns null. | 375 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 377 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 477 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 666 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 156 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 74 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 103 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | ReturnCountExtended | Return count for 'getAttribute' method is 4 (max allowed is 1). | 124 | |
| extension | ReturnCountExtended | Return count for 'getAttributeNames' method is 4 (max allowed is 1). | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "portlet=[" appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "]; " appears 4 times in the file. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "StaticPortletApplicationContext does not support config locations" appears 2 times in the file. | 150 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 163 position 61 need optimization. All method calls are advised to move to end of logic expression. | 163 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | ReturnCountExtended | Return count for 'getHandlerInternal' method is 3 (max allowed is 1). | 70 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 74 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 50 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "' for exception of type [" appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 176 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 107 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'CommonsPortletMultipartResolver' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 73 | |
| extension | OverridableMethodInConstructor | Overridable method 'setPortletContext' is called in constructor body. | 83 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 119 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 111 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 124 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'handleRenderRequest' method is 2 (max allowed is 1). | 204 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 206 position 61 need optimization. All method calls are advised to move to end of logic expression. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 2 times in the file. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | ReturnCountExtended | Return count for 'handleResourceRequest' method is 2 (max allowed is 1). | 193 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 286 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 316 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 154 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 245 | |
| extension | ReturnCountExtended | Return count for 'doHandle' method is 2 (max allowed is 1). | 314 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 373 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 440 | |
| extension | ReturnCountExtended | Return count for 'isHandlerMethod' method is 2 (max allowed is 1). | 447 | |
| extension | ReturnCountExtended | Return count for 'resolveHandlerMethod' method is 2 (max allowed is 1). | 483 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 484 | |
| extension | ReturnCountExtended | Return count for 'determineDefaultPhase' method is 3 (max allowed is 1). | 521 | |
| extension | ReturnCountExtended | Return count for 'resolveStandardArgument' method is 4 (max allowed is 1). | 611 | |
| extension | MultipleStringLiteralsExtended | The String "]: " appears 2 times in the file. | 622 | |
| extension | ReturnCountExtended | Return count for 'getModelAndView' method is 4 (max allowed is 1). | 689 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 697 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 711 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 754 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 760 | |
| extension | ReturnCountExtended | Return count for 'match' method is 4 (max allowed is 1). | 787 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 821 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 824 position 58 need optimization. All method calls are advised to move to end of logic expression. | 824 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 831 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 841 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 93 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 122 | |
| extension | ReturnCountExtended | Return count for 'findBestExceptionHandlerMethod' method is 2 (max allowed is 1). | 136 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 145 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 153 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 179 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 193 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 196 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 223 | |
| extension | MoveVariableInsideIf | Variable 'paramType' can be moved inside the block at line '243' to restrict runtime creation. | 238 | |
| extension | ReturnCountExtended | Return count for 'resolveCommonArgument' method is 2 (max allowed is 1). | 260 | |
| extension | ReturnCountExtended | Return count for 'resolveStandardArgument' method is 4 (max allowed is 1). | 294 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 145 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 146 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 255 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 287 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 304 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 320 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 338 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 339 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 359 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 364 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 380 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 381 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 382 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 383 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 407 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 421 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 449 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 462 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "!" appears 2 times in the file. | 110 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 157 position 87 need optimization. All method calls are advised to move to end of logic expression. | 157 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 159 position 90 need optimization. All method calls are advised to move to end of logic expression. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "PortletContext must not be null" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "Request must not be null" appears 6 times in the file. | 119 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "Session must not be null" appears 2 times in the file. | 227 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 235 | |
| extension | MultipleStringLiteralsExtended | The String "] for session attribute '" appears 2 times in the file. | 237 | |
| extension | MultipleStringLiteralsExtended | The String "': " appears 2 times in the file. | 237 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 240 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 415 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 535 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "listener" appears 2 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockActionRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 40 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockActionRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 49 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockActionRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockActionResponse' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot set render parameters after sendRedirect has been called" appears 3 times in the file. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter key must be null" appears 2 times in the file. | 61 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 2 times in the file. | 140 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockClientDataRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 54 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockEventRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockMimeResponse' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 75 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 133 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "Locale must not be null" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter name must not be null" appears 2 times in the file. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 103 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 5 times in the file. | 120 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 191 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 192 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter name must not be null" appears 2 times in the file. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Key must not be null" appears 6 times in the file. | 50 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 69 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Preference '" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "' is read-only" appears 2 times in the file. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 98 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 98 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 126 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 127 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "Property key must not be null" appears 3 times in the file. | 247 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 248 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 265 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter key must be null" appears 2 times in the file. | 358 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 389 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 436 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 532 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Request must not be null" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Response must not be null" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "MockPortletRequestDispatcher requires MockMimeResponse" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Property key must not be null" appears 7 times in the file. | 90 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 116 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 181 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 75 | |
| extension | MoveVariableInsideIf | Variable 'name' can be moved inside the block at line '150' to restrict runtime creation. | 147 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ";" appears 3 times in the file. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockRenderRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 41 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockRenderRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 50 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockRenderRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockRenderResponse' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockResourceRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 49 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockResourceRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 58 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockResourceRequest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ";" appears 2 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MockStateAwareResponse' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Parameter key must not be null" appears 4 times in the file. | 106 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "viewController" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "editController" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "helpController1" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "helpController2" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "testController1" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "testController2" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "requestLocaleCheckingController" appears 2 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "localeContextCheckingController" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "exceptionThrowingHandler1" appears 3 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "exceptionThrowingHandler2" appears 2 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "unknownHandler" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "myPortlet" appears 3 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "interceptingParam" appears 2 times in the file. | 117 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 121 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 128 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "order" appears 4 times in the file. | 147 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 151 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "exceptionMappings" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "defaultErrorView" appears 2 times in the file. | 166 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "result" appears 4 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "param" appears 4 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "locale-ok" appears 2 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect Locale in LocaleContextHolder" appears 2 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "fail" appears 2 times in the file. | 350 | |
| extension | MultipleStringLiteralsExtended | The String "test2-remove-never" appears 3 times in the file. | 410 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong interceptor order" appears 6 times in the file. | 411 | |
| extension | MultipleStringLiteralsExtended | The String "test1-remove-never" appears 2 times in the file. | 413 | |
| extension | MultipleStringLiteralsExtended | The String "test1-remove-post" appears 7 times in the file. | 414 | |
| extension | MultipleStringLiteralsExtended | The String "test1-remove-after" appears 4 times in the file. | 415 | |
| extension | MultipleStringLiteralsExtended | The String "test2-remove-post" appears 6 times in the file. | 423 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect request attribute" appears 2 times in the file. | 427 | |
| extension | MultipleStringLiteralsExtended | The String "test2-remove-after" appears 4 times in the file. | 436 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 452 | |
| extension | MultipleStringLiteralsExtended | The String "resolved" appears 2 times in the file. | 515 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 519 | |
| extension | MultipleStringLiteralsExtended | The String "someFile" appears 2 times in the file. | 520 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 521 | |
| extension | MultipleStringLiteralsExtended | The String "someParam" appears 2 times in the file. | 522 | |
| extension | MultipleStringLiteralsExtended | The String "cleanedUp" appears 2 times in the file. | 528 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "complex" appears 7 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "publishContext" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 3 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 6 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "action" appears 11 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "param" appears 3 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "help3" appears 2 times in the file. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "exception" appears 6 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "failed-unavailable" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "role1" appears 8 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "not mapped" appears 10 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "myParam" appears 27 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "role3" appears 2 times in the file. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "view was here" appears 2 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "result" appears 5 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "someViewName" appears 2 times in the file. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "failed-default-1" appears 7 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "test1" appears 5 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "unknown" appears 4 times in the file. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "No adapter for handler" appears 2 times in the file. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | MultipleStringLiteralsExtended | The String "fail" appears 3 times in the file. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "testListener" appears 3 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "requestLocaleChecker" appears 2 times in the file. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "locale-ok" appears 2 times in the file. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "contextLocaleChecker" appears 2 times in the file. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | MultipleStringLiteralsExtended | The String "abort" appears 2 times in the file. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 | |
| extension | MultipleStringLiteralsExtended | The String "test1-remove-never" appears 2 times in the file. | 374 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | MultipleStringLiteralsExtended | The String "test1-remove-post" appears 2 times in the file. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | MultipleStringLiteralsExtended | The String "test1-remove-after" appears 2 times in the file. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | MultipleStringLiteralsExtended | The String "test2-remove-never" appears 2 times in the file. | 377 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 378 | |
| extension | MultipleStringLiteralsExtended | The String "test2-remove-post" appears 2 times in the file. | 378 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 | |
| extension | MultipleStringLiteralsExtended | The String "test2-remove-after" appears 2 times in the file. | 379 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 4 times in the file. | 387 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 | |
| extension | MultipleStringLiteralsExtended | The String "noView" appears 2 times in the file. | 402 | |
| extension | MultipleStringLiteralsExtended | The String "interceptingParam" appears 3 times in the file. | 428 | |
| extension | MultipleStringLiteralsExtended | The String "incorrect" appears 2 times in the file. | 438 | |
| extension | MultipleStringLiteralsExtended | The String "myPortlet" appears 4 times in the file. | 447 | |
| extension | MultipleStringLiteralsExtended | The String "exception1" appears 6 times in the file. | 479 | |
| extension | MultipleStringLiteralsExtended | The String "yes" appears 2 times in the file. | 480 | |
| extension | MultipleStringLiteralsExtended | The String "failed-modelandview" appears 2 times in the file. | 484 | |
| extension | MultipleStringLiteralsExtended | The String "exception2" appears 6 times in the file. | 490 | |
| extension | MultipleStringLiteralsExtended | The String "access" appears 2 times in the file. | 502 | |
| extension | MultipleStringLiteralsExtended | The String "illegal" appears 2 times in the file. | 502 | |
| extension | MultipleStringLiteralsExtended | The String "failed-exception" appears 3 times in the file. | 506 | |
| extension | MultipleStringLiteralsExtended | The String "binding" appears 2 times in the file. | 524 | |
| extension | MultipleStringLiteralsExtended | The String "should fail" appears 2 times in the file. | 524 | |
| extension | MultipleStringLiteralsExtended | The String "failed-runtime" appears 2 times in the file. | 550 | |
| extension | MultipleStringLiteralsExtended | The String "generic" appears 2 times in the file. | 568 | |
| extension | MultipleStringLiteralsExtended | The String "123" appears 2 times in the file. | 568 | |
| extension | MultipleStringLiteralsExtended | The String "runtime" appears 2 times in the file. | 590 | |
| extension | MultipleStringLiteralsExtended | The String "org/springframework/web/portlet/context" appears 2 times in the file. | 647 | |
| extension | MultipleStringLiteralsExtended | The String "empty" appears 2 times in the file. | 650 | |
| extension | MultipleStringLiteralsExtended | The String "portletContextAwareBean" appears 4 times in the file. | 652 | |
| extension | MultipleStringLiteralsExtended | The String "portletConfigAwareBean" appears 4 times in the file. | 654 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 668 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 669 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 671 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 698 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 699 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 701 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testValue" appears 6 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "testParam" appears 7 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "anotherParam" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "unknownParam" appears 3 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "unknownValue" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "should have thrown PortletException" appears 3 times in the file. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "age" appears 8 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "35" appears 4 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 5 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 7 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "stringArray" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "test1,test2" appears 3 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "test1" appears 5 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "test2" appears 5 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "val1" appears 2 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "val2" appears 2 times in the file. | 156 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "06-03-2006" appears 2 times in the file. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "param" appears 6 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 6 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "test_param" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "test.param" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "test_another" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "some.other" appears 2 times in the file. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "param1" appears 24 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "param2" appears 38 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 5 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "paramEmpty" appears 13 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown PortletRequestBindingException" appears 18 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "param3" appears 18 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "param" appears 10 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 7 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 7 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 4 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "bogus" appears 5 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "5.5" appears 2 times in the file. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "1.5" appears 4 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "2.5" appears 2 times in the file. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 3 times in the file. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "param4" appears 3 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String "yes" appears 2 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String "param5" appears 3 times in the file. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 311 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 312 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "str" appears 4 times in the file. | 359 | |
| extension | MultipleStringLiteralsExtended | The String "string" appears 3 times in the file. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | MultipleStringLiteralsExtended | The String "nonExistingParam" appears 6 times in the file. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Bean from root context" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Custom BeanPostProcessor applied" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "myFriend" appears 3 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 2 times in the file. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 12 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "PortletContext should have been set" appears 5 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "PortletConfig should have been set" appears 3 times in the file. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "param1" appears 6 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 4 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "param2" appears 9 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 4 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "value2a" appears 3 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myFriend" appears 4 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "/org/springframework/web/portlet/context/WEB-INF/test-portlet.xml" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "someMessage" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 2 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "Bean from root context" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Custom BeanPostProcessor applied" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 2 times in the file. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "handlerMapping" appears 5 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "action" appears 4 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "add" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "addItemHandler" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "modify" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "someParam" appears 2 times in the file. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "someValue" appears 4 times in the file. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "myParam" appears 4 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "handlerMapping" appears 4 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "handlerMapping" appears 5 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "action" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "remove" appears 5 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalStateException" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Handler not mapped - ModelAndView should be null" appears 4 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Exception" appears 5 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "error" appears 20 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "HANDLER_EXCEPTION" appears 2 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.Exception" appears 8 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "AnotherException" appears 2 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "another-error" appears 7 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "SomeOddException" appears 5 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "another-some-error" appears 2 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "parent-error" appears 3 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "child-error" appears 2 times in the file. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "allowed" appears 3 times in the file. | 33 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "someOtherRole" appears 2 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "should have thrown PortletSecurityException" appears 3 times in the file. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "wrappedPortlet" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "myPortlet-action" appears 2 times in the file. | 79 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 91 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 98 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 105 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No ModelAndView returned" appears 6 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid view name returned" appears 5 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "GenericError" appears 2 times in the file. | 100 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "controller" appears 13 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 14 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "/resource1" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "404" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 6 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 4 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "name1" appears 4 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 15 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 10 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 5 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "10" appears 4 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "myView-name1-typeMismatch-tb1-myValue" appears 2 times in the file. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "webBindingInitializer" appears 2 times in the file. | 279 | |
| extension | MultipleStringLiteralsExtended | The String "handlerAdapter" appears 3 times in the file. | 280 | |
| extension | MultipleStringLiteralsExtended | The String "defaultName" appears 6 times in the file. | 292 | |
| extension | MultipleStringLiteralsExtended | The String "myDefaultName" appears 4 times in the file. | 292 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 7 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "2007-10-02" appears 6 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "myView-String:myDefaultName-typeMismatch-tb1-myOriginalValue" appears 3 times in the file. | 297 | |
| extension | MultipleStringLiteralsExtended | The String "controller2" appears 4 times in the file. | 307 | |
| extension | MultipleStringLiteralsExtended | The String "myParam" appears 9 times in the file. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 11 times in the file. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "myView" appears 12 times in the file. | 422 | |
| extension | MultipleStringLiteralsExtended | The String "view" appears 4 times in the file. | 425 | |
| extension | MultipleStringLiteralsExtended | The String "other" appears 2 times in the file. | 425 | |
| extension | MultipleStringLiteralsExtended | The String "myOtherView" appears 4 times in the file. | 428 | |
| extension | MultipleStringLiteralsExtended | The String "my" appears 2 times in the file. | 431 | |
| extension | MultipleStringLiteralsExtended | The String "lang" appears 2 times in the file. | 432 | |
| extension | MultipleStringLiteralsExtended | The String "de" appears 2 times in the file. | 432 | |
| extension | MultipleStringLiteralsExtended | The String "myLangView" appears 3 times in the file. | 435 | |
| extension | MultipleStringLiteralsExtended | The String "surprise" appears 2 times in the file. | 438 | |
| extension | MultipleStringLiteralsExtended | The String "!" appears 2 times in the file. | 438 | |
| extension | MultipleStringLiteralsExtended | The String "mySurpriseView" appears 3 times in the file. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "myDefaultView" appears 2 times in the file. | 483 | |
| extension | MultipleStringLiteralsExtended | The String "mySpecialView" appears 2 times in the file. | 495 | |
| extension | MultipleStringLiteralsExtended | The String "myOtherSpecialView" appears 2 times in the file. | 501 | |
| extension | MultipleStringLiteralsExtended | The String "this" appears 2 times in the file. | 554 | |
| extension | MultipleStringLiteralsExtended | The String "myLargeView-value" appears 2 times in the file. | 562 | |
| extension | MultipleStringLiteralsExtended | The String "myLargeView-value3" appears 3 times in the file. | 582 | |
| extension | MultipleStringLiteralsExtended | The String "XXX" appears 2 times in the file. | 593 | |
| extension | MultipleStringLiteralsExtended | The String "event1" appears 2 times in the file. | 595 | |
| extension | MultipleStringLiteralsExtended | The String "myLargeView-value4" appears 2 times in the file. | 613 | |
| extension | MultipleStringLiteralsExtended | The String "resource1" appears 2 times in the file. | 621 | |
| extension | MultipleStringLiteralsExtended | The String "myResource" appears 3 times in the file. | 624 | |
| extension | MultipleStringLiteralsExtended | The String "resource2" appears 2 times in the file. | 626 | |
| extension | MultipleStringLiteralsExtended | The String "myDefaultResource" appears 3 times in the file. | 629 | |
| extension | MultipleStringLiteralsExtended | The String "details" appears 2 times in the file. | 667 | |
| extension | MultipleStringLiteralsExtended | The String "renderFirst" appears 3 times in the file. | 745 | |
| extension | MultipleStringLiteralsExtended | The String "RESPONSE" appears 12 times in the file. | 745 | |
| extension | MultipleStringLiteralsExtended | The String "report" appears 2 times in the file. | 749 | |
| extension | MultipleStringLiteralsExtended | The String "second" appears 2 times in the file. | 749 | |
| extension | MultipleStringLiteralsExtended | The String "renderSecond" appears 3 times in the file. | 751 | |
| extension | MultipleStringLiteralsExtended | The String "third" appears 2 times in the file. | 755 | |
| extension | MultipleStringLiteralsExtended | The String "renderThird" appears 3 times in the file. | 757 | |
| extension | MultipleStringLiteralsExtended | The String "resourceFirst" appears 3 times in the file. | 765 | |
| extension | MultipleStringLiteralsExtended | The String "resourceSecond" appears 3 times in the file. | 770 | |
| extension | MultipleStringLiteralsExtended | The String "resourceThird" appears 3 times in the file. | 775 | |
| extension | MultipleStringLiteralsExtended | The String "test-" appears 12 times in the file. | 808 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 24 times in the file. | 808 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 914 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 926 | |
| extension | MultipleStringLiteralsExtended | The String "tb1" appears 2 times in the file. | 927 | |
| extension | MultipleStringLiteralsExtended | The String "tb2" appears 2 times in the file. | 928 | |
| extension | MultipleStringLiteralsExtended | The String "myKey" appears 10 times in the file. | 935 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 948 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 990 | |
| extension | MultipleStringLiteralsExtended | The String "yyyy-MM-dd" appears 3 times in the file. | 1039 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 2 times in the file. | 1183 | |
| extension | MultipleStringLiteralsExtended | The String "value4" appears 2 times in the file. | 1188 | |
| extension | MultipleStringLiteralsExtended | The String "myCommand" appears 2 times in the file. | 1244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "controller" appears 11 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 6 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 4 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "name1" appears 4 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 14 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 9 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "myView-name1-typeMismatch-tb1-myValue" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "webBindingInitializer" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "handlerAdapter" appears 3 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "defaultName" appears 6 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "myDefaultName" appears 4 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 7 times in the file. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "2007-10-02" appears 6 times in the file. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "myView-String:myDefaultName-typeMismatch-tb1-myOriginalValue" appears 3 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "controller2" appears 2 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "myParam" appears 9 times in the file. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 12 times in the file. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "10" appears 3 times in the file. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "myView" appears 7 times in the file. | 350 | |
| extension | MultipleStringLiteralsExtended | The String "view" appears 4 times in the file. | 353 | |
| extension | MultipleStringLiteralsExtended | The String "other" appears 2 times in the file. | 353 | |
| extension | MultipleStringLiteralsExtended | The String "myOtherView" appears 4 times in the file. | 356 | |
| extension | MultipleStringLiteralsExtended | The String "my" appears 2 times in the file. | 359 | |
| extension | MultipleStringLiteralsExtended | The String "lang" appears 2 times in the file. | 360 | |
| extension | MultipleStringLiteralsExtended | The String "de" appears 2 times in the file. | 360 | |
| extension | MultipleStringLiteralsExtended | The String "myLangView" appears 3 times in the file. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "surprise" appears 2 times in the file. | 366 | |
| extension | MultipleStringLiteralsExtended | The String "!" appears 2 times in the file. | 366 | |
| extension | MultipleStringLiteralsExtended | The String "mySurpriseView" appears 3 times in the file. | 369 | |
| extension | MultipleStringLiteralsExtended | The String "myDefaultView" appears 2 times in the file. | 410 | |
| extension | MultipleStringLiteralsExtended | The String "mySpecialView" appears 2 times in the file. | 422 | |
| extension | MultipleStringLiteralsExtended | The String "myOtherSpecialView" appears 2 times in the file. | 428 | |
| extension | MultipleStringLiteralsExtended | The String "test-" appears 9 times in the file. | 502 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 13 times in the file. | 502 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 573 | |
| extension | MultipleStringLiteralsExtended | The String "tb1" appears 2 times in the file. | 574 | |
| extension | MultipleStringLiteralsExtended | The String "tb2" appears 2 times in the file. | 575 | |
| extension | MultipleStringLiteralsExtended | The String "myKey" appears 10 times in the file. | 581 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 594 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 633 | |
| extension | MultipleStringLiteralsExtended | The String "yyyy-MM-dd" appears 3 times in the file. | 681 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 800 | |
| extension | MultipleStringLiteralsExtended | The String "myCommand" appears 2 times in the file. | 802 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 805 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 48 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 72 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 77 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "William" appears 20 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Baskerville" appears 16 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Adso" appears 19 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Melk" appears 15 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "francisan_" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "dominican_Bernard" appears 8 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "Gui" appears 6 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "PortletUtils.getParametersStartingWith(..) must never return a null Map" appears 5 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "Obviously not finding all of the correct parameters" appears 14 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Obviously not finding all of the correct parameters (is returning a parameter whose name does not start with the desired prefix" appears 2 times in the file. | 116 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "Bill" appears 2 times in the file. | 203 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 287 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 294 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 299 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 307 | |
| extension | MultipleStringLiteralsExtended | The String "ace" appears 2 times in the file. | 308 | |
| extension | MultipleStringLiteralsExtended | The String "Rick Hunter" appears 2 times in the file. | 308 | |
| extension | MultipleStringLiteralsExtended | The String "mentor" appears 2 times in the file. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "Roy Fokker" appears 2 times in the file. | 309 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 318 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 322 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 5 times in the file. | 324 | |
| extension | MultipleStringLiteralsExtended | The String "donna" appears 2 times in the file. | 331 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 344 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 349 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 354 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 359 | |
| extension | MultipleStringLiteralsExtended | The String "PortletUtils.getSessionMutex(..) must never return a null mutex" appears 2 times in the file. | 368 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 384 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 28 times in the file. | 386 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 389 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 394 | |
| extension | MultipleStringLiteralsExtended | The String "Must not return null if session attribute exists (and Session exists)" appears 4 times in the file. | 417 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 443 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 116 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 162 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 292 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 309 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 343 | |
| extension | ReturnCountExtended | Return count for 'createDefinitionsFactory' method is 2 (max allowed is 1). | 351 | |
| extension | MultipleStringLiteralsExtended | The String "localeResolver" appears 2 times in the file. | 359 | |
| extension | MultipleStringLiteralsExtended | The String "definitionDAO" appears 2 times in the file. | 362 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 269 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 282 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'DispatcherServlet' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 13 times in the file. | 499 | |
| extension | MultipleStringLiteralsExtended | The String "': using default [" appears 4 times in the file. | 529 | |
| extension | MultipleStringLiteralsExtended | The String "': using default" appears 4 times in the file. | 590 | |
| extension | ReturnCountExtended | Return count for 'getDefaultStrategies' method is 2 (max allowed is 1). | 809 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 814 | |
| extension | MultipleStringLiteralsExtended | The String "] for interface [" appears 2 times in the file. | 824 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 7 times in the file. | 861 | |
| extension | MultipleStringLiteralsExtended | The String "org.springframework.web.servlet" appears 2 times in the file. | 873 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 929 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 949 position 81 need optimization. All method calls are advised to move to end of logic expression. | 949 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 968 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 973 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 976 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1019 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1021 | |
| extension | MultipleStringLiteralsExtended | The String "] in DispatcherServlet with name '" appears 4 times in the file. | 1118 | |
| extension | ReturnCountExtended | Return count for 'processHandlerException' method is 2 (max allowed is 1). | 1177 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1319 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 124 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 136 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 137 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 138 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 186 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 345 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 482 | |
| extension | MultipleStringLiteralsExtended | The String "FrameworkServlet '" appears 2 times in the file. | 484 | |
| extension | MoveVariableInsideIf | Variable 'startTime' can be moved inside the block at line '501' to restrict runtime creation. | 486 | |
| extension | MultipleStringLiteralsExtended | The String "Context initialization failed" appears 2 times in the file. | 493 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 564 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 745 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 823 position 75 need optimization. All method calls are advised to move to end of logic expression. | 823 | |
| extension | MultipleStringLiteralsExtended | The String "Allow" appears 2 times in the file. | 905 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 976 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1068 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1088 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 172 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 118 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 162 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 147 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 156 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 172 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 180 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 189 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 196 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 273 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Failed to include content of resource [" appears 2 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 4 times in the file. | 205 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 318 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "order" appears 4 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "contentNegotiationManager" appears 3 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "enable-matrix-variables" appears 2 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "removeSemicolonContent" appears 2 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "enableMatrixVariables" appears 2 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "conversionService" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "validator" appears 3 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "messageConverters" appears 2 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "ignore-default-model-on-redirect" appears 2 times in the file. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "ignoreDefaultModelOnRedirect" appears 4 times in the file. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "conversion-service" appears 2 times in the file. | 320 | |
| extension | MultipleStringLiteralsExtended | The String "content-negotiation-manager" appears 2 times in the file. | 354 | |
| extension | MultipleStringLiteralsExtended | The String "suffix-pattern" appears 2 times in the file. | 376 | |
| extension | MultipleStringLiteralsExtended | The String "trailing-slash" appears 2 times in the file. | 380 | |
| extension | MultipleStringLiteralsExtended | The String "registered-suffixes-only" appears 2 times in the file. | 384 | |
| extension | MultipleStringLiteralsExtended | The String "path-helper" appears 2 times in the file. | 389 | |
| extension | MultipleStringLiteralsExtended | The String "path-matcher" appears 2 times in the file. | 396 | |
| extension | MultipleStringLiteralsExtended | The String "message-codes-resolver" appears 2 times in the file. | 420 | |
| extension | MultipleStringLiteralsExtended | The String "async-support" appears 4 times in the file. | 429 | |
| extension | MultipleStringLiteralsExtended | The String "task-executor" appears 2 times in the file. | 436 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 6 times in the file. | 450 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 487 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 507 | |
| extension | MultipleStringLiteralsExtended | The String "ref" appears 3 times in the file. | 515 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 579 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 589 | |
| extension | MultipleStringLiteralsExtended | The String "parent" appears 2 times in the file. | 597 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "path-matcher" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "ref" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "interceptor" appears 2 times in the file. | 53 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'parse' method is 3 (max allowed is 1). | 81 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "order" appears 2 times in the file. | 108 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 2 times in the file. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "ref" appears 2 times in the file. | 273 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "definitions" appears 2 times in the file. | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "check-refresh" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "validate-definitions" appears 2 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "resourceLoaderPath" appears 2 times in the file. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "status-code" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "view-name" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "statusCode" appears 3 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "urlMap" appears 3 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "context-relative" appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "contextRelative" appears 2 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "keep-query-params" appears 2 times in the file. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "jsp" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "tiles" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "bean-name" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "freemarker" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "velocity" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "groovy" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 3 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "ref" appears 3 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "prefix" appears 4 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "suffix" appears 7 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "viewResolvers" appears 3 times in the file. | 129 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "order" appears 4 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "cache-views" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "view-class" appears 2 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "view-names" appears 2 times in the file. | 166 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "use-not-acceptable" appears 2 times in the file. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Interceptors are required" appears 2 times in the file. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 110 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 79 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 115 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "This bean may be given any name." appears 3 times in the file. | 194 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 309 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 317 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 349 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 452 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 455 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 466 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 746 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 788 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 146 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 73 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 50 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "no-cache" appears 2 times in the file. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 278 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 287 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 347 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 98 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 137 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 163 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 299 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 305 | |
| extension | ReturnCountExtended | Return count for 'lookupHandlerMethod' method is 2 (max allowed is 1). | 317 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 318 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 126 | |
| extension | ReturnCountExtended | Return count for 'lookupHandler' method is 3 (max allowed is 1). | 144 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "] are " appears 2 times in the file. | 168 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 321 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "' for exception of type [" appears 2 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ".LOCALE" appears 2 times in the file. | 65 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 170 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 174 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 176 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 182 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 200 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'lookupPath' can be moved inside the block at line '105' to restrict runtime creation. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 51 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 60 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 78 | |
| extension | ReturnCountExtended | Return count for 'handleRequestInternal' method is 2 (max allowed is 1). | 131 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "redirect:" appears 2 times in the file. | 139 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "] in ServletForwardingController '" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 124 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 64 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 79 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 141 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 191 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 193 | |
| extension | ReturnCountExtended | Return count for 'handle' method is 2 (max allowed is 1). | 403 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 409 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 449 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 533 | |
| extension | ReturnCountExtended | Return count for 'isHandlerMethod' method is 2 (max allowed is 1). | 540 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 569 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 570 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 8 times in the file. | 577 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 621 position 88 need optimization. All method calls are advised to move to end of logic expression. | 621 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 664 | |
| extension | ReturnCountExtended | Return count for 'getCombinedPattern' method is 4 (max allowed is 1). | 707 | |
| extension | ReturnCountExtended | Return count for 'getMatchingPattern' method is 4 (max allowed is 1). | 734 | |
| extension | ReturnCountExtended | Return count for 'resolveStandardArgument' method is 4 (max allowed is 1). | 866 | |
| extension | MultipleStringLiteralsExtended | The String "]: " appears 2 times in the file. | 875 | |
| extension | ReturnCountExtended | Return count for 'getModelAndView' method is 4 (max allowed is 1). | 915 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 922 | |
| extension | MoveVariableInsideIf | Variable 'inputMessage' can be moved inside the block at line '1,020' to restrict runtime creation. | 1010 | |
| extension | MoveVariableInsideIf | Variable 'returnValueType' can be moved inside the block at line '1,040' to restrict runtime creation. | 1038 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1039 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1125 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1135 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1141 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1171 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1190 | |
| extension | ReturnCountExtended | Return count for 'compare' method is 7 (max allowed is 1). | 1221 | |
| extension | MoveVariableInsideIf | Variable 'value' can be moved inside the block at line '1,290' to restrict runtime creation. | 1289 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 110 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 147 | |
| extension | ReturnCountExtended | Return count for 'findBestExceptionHandlerMethod' method is 2 (max allowed is 1). | 161 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 170 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 178 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 204 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 218 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 221 | |
| extension | MoveVariableInsideIf | Variable 'paramType' can be moved inside the block at line '268' to restrict runtime creation. | 263 | |
| extension | ReturnCountExtended | Return count for 'resolveCommonArgument' method is 2 (max allowed is 1). | 284 | |
| extension | ReturnCountExtended | Return count for 'resolveStandardArgument' method is 4 (max allowed is 1). | 319 | |
| extension | ReturnCountExtended | Return count for 'getModelAndView' method is 4 (max allowed is 1). | 377 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 384 | |
| extension | MoveVariableInsideIf | Variable 'outputMessage' can be moved inside the block at line '431' to restrict runtime creation. | 429 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | ReturnCountExtended | Return count for 'determineUrlsForHandler' method is 4 (max allowed is 1). | 113 | |
| extension | MoveVariableInsideIf | Variable 'urls' can be moved inside the block at line '122' to restrict runtime creation. | 120 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 6 times in the file. | 126 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 156 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 173 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 174 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 60 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "!" appears 2 times in the file. | 69 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 116 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 123 position 87 need optimization. All method calls are advised to move to end of logic expression. | 123 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 126 position 27 need optimization. All method calls are advised to move to end of logic expression. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 94 position 51 need optimization. All method calls are advised to move to end of logic expression. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'parseValue' is called in constructor body. | 48 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 95 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 96 position 81 need optimization. All method calls are advised to move to end of logic expression. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 115 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 166 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 122 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 5 times in the file. | 131 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 165 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 176 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 228 | |
| extension | ReturnCountExtended | Return count for 'getMatchingPattern' method is 4 (max allowed is 1). | 239 | |
| extension | MultipleStringLiteralsExtended | The String ".*" appears 2 times in the file. | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 87 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 101 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 131 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 164 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 182 | |
| extension | ReturnCountExtended | Return count for 'compareTo' method is 3 (max allowed is 1). | 210 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 61 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 70 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 72 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 73 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 74 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 75 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 76 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 191 | |
| extension | ReturnCountExtended | Return count for 'getMatchingCondition' method is 4 (max allowed is 1). | 203 | |
| extension | ReturnCountExtended | Return count for 'compareTo' method is 7 (max allowed is 1). | 236 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 275 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 | |
| extension | ReturnCountExtended | Return count for 'handleNoMatch' method is 2 (max allowed is 1). | 177 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 180 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 182 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 183 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 228 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 236 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 246 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 256 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 269 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 276 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 | |
| extension | ReturnCountExtended | Return count for 'readWithMessageConverters' method is 2 (max allowed is 1). | 120 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Reading [" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "] as \"" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "\" using [" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 144 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 186 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 187 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 124 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 143 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 184 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 202 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 217 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 85 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 93 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 291 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 310 | |
| extension | ReturnCountExtended | Return count for 'doResolveHandlerMethodException' method is 3 (max allowed is 1). | 344 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 364 | |
| extension | ReturnCountExtended | Return count for 'getExceptionHandlerMethod' method is 3 (max allowed is 1). | 394 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 395 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 74 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "' in method " appears 2 times in the file. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolveArgument' method is 3 (max allowed is 1). | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolveName' method is 4 (max allowed is 1). | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'controllerType' must not be null" appears 2 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String ", using first one" appears 2 times in the file. | 135 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 323 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 489 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 48 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 72 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 134 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 160 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 162 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 165 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 167 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 170 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 220 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 241 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 523 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 552 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 597 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 628 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 657 | |
| extension | ReturnCountExtended | Return count for 'handleInternal' method is 2 (max allowed is 1). | 682 | |
| extension | ReturnCountExtended | Return count for 'invokeHandleMethod' method is 2 (max allowed is 1). | 742 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 805 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 837 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 900 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 911 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 915 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 95 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "javax.servlet.http.Part" appears 4 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "Expected MultipartHttpServletRequest: is a MultipartResolver configured?" appears 3 times in the file. | 123 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 167 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 185 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 209 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 86 | |
| extension | ReturnCountExtended | Return count for 'readWithMessageConverters' method is 4 (max allowed is 1). | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. | 80 | |
| extension | ReturnCountExtended | Return count for 'handleException' method is 3 (max allowed is 1). | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 96 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 173 | |
| extension | OverridableMethodInConstructor | Overridable method 'setHandlerMethodReturnValueHandlers' is called in constructor body. | 213 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "java.time.ZoneId" appears 2 times in the file. | 74 | |
| extension | ReturnCountExtended | Return count for 'resolveArgument' method is 3 (max allowed is 1). | 81 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 112 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 48 | |
| extension | ReturnCountExtended | Return count for 'resolveArgument' method is 3 (max allowed is 1). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 55 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 165 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 168 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 7 times in the file. | 208 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 294 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 297 position 48 need optimization. All method calls are advised to move to end of logic expression. | 297 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 306 | |
| extension | ReturnCountExtended | Return count for 'getLastModified' method is 2 (max allowed is 1). | 368 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 376 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 378 | |
| extension | ReturnCountExtended | Return count for 'invokeNamedMethod' method is 3 (max allowed is 1). | 441 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 451 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 479 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 645 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Determined handler method '" appears 2 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 184 | |
| extension | MoveVariableInsideIf | Variable 'originalName' can be moved inside the block at line '193' to restrict runtime creation. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 48 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 89 | |
| extension | ReturnCountExtended | Return count for 'isEligibleForMapping' method is 4 (max allowed is 1). | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Excluding controller bean '" appears 3 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "' from class name mapping " appears 3 times in the file. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 33 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 54 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 6 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 118 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'doResolveException' method is 2 (max allowed is 1). | 102 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 57 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 93 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 4 times in the file. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | ReturnCountExtended | Return count for 'transform' method is 3 (max allowed is 1). | 96 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 3 times in the file. | 129 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 195 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolveResourceInternal' method is 2 (max allowed is 1). | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Found match" appears 2 times in the file. | 69 | |
| extension | ReturnCountExtended | Return count for 'resolveUrlPathInternal' method is 2 (max allowed is 1). | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | ReturnCountExtended | Return count for 'transform' method is 3 (max allowed is 1). | 67 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "url(" appears 2 times in the file. | 201 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 248 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "gzip" appears 2 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 85 | |
| extension | ReturnCountExtended | Return count for 'getResource' method is 2 (max allowed is 1). | 88 | |
| extension | ReturnCountExtended | Return count for 'isResourceUnderLocation' method is 4 (max allowed is 1). | 160 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 98 | |
| extension | ReturnCountExtended | Return count for 'getResource' method is 4 (max allowed is 1). | 244 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 253 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 299 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 306 | |
| extension | ReturnCountExtended | Return count for 'isInvalidPath' method is 4 (max allowed is 1). | 324 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 335 | |
| extension | MultipleStringLiteralsExtended | The String "../" appears 2 times in the file. | 343 | |
| extension | ReturnCountExtended | Return count for 'loadFileTypeMapFromContextSupportModule' method is 2 (max allowed is 1). | 438 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 466 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | ReturnCountExtended | Return count for 'getForLookupPath' method is 2 (max allowed is 1). | 200 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 77 | |
| extension | ReturnCountExtended | Return count for 'resolveResourceInternal' method is 5 (max allowed is 1). | 132 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 148 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "'." appears 2 times in the file. | 93 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 115 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 133 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 147 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 205 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "*" appears 4 times in the file. | 112 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 245 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 254 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 269 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 286 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'initContext' is called in constructor body. | 48 | |
| extension | OverridableMethodInConstructor | Overridable method 'initContext' is called in constructor body. | 59 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 99 | |
| extension | OverridableMethodInConstructor | Overridable method 'initContext' is called in constructor body. | 138 | |
| extension | OverridableMethodInConstructor | Overridable method 'initContext' is called in constructor body. | 153 | |
| extension | OverridableMethodInConstructor | Overridable method 'initContext' is called in constructor body. | 169 | |
| extension | OverridableMethodInConstructor | Overridable method 'initContext' is called in constructor body. | 184 | |
| extension | OverridableMethodInConstructor | Overridable method 'initContext' is called in constructor body. | 204 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 355 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot change theme if no ThemeResolver configured" appears 2 times in the file. | 447 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 449 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 482 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 500 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 655 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 668 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 700 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 713 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 735 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 773 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 812 | |
| extension | ReturnCountExtended | Return count for 'getErrors' method is 2 (max allowed is 1). | 842 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 926 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 940 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 129 position 29 need optimization. All method calls are advised to move to end of logic expression. | 129 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 129 position 71 need optimization. All method calls are advised to move to end of logic expression. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 46 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "no-cache" appears 2 times in the file. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'SKIP_BODY'. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 124 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 166 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 171 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolveMessage' method is 4 (max allowed is 1). | 214 | |
| extension | ReturnCountExtended | Return count for 'resolveArguments' method is 5 (max allowed is 1). | 267 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 90 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 6 times in the file. | 111 | |
| extension | MoveVariableInsideIf | Variable 'request' can be moved inside the block at line '206' to restrict runtime creation. | 203 | |
| extension | MoveVariableInsideIf | Variable 'response' can be moved inside the block at line '222' to restrict runtime creation. | 204 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "?" appears 2 times in the file. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "checked" appears 4 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 116 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 130 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 164 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 189 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "disabled" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "readonly" appears 2 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 174 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 177 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 191 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 196 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 198 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 253 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 264 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "label" appears 2 times in the file. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "disabled" appears 2 times in the file. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "type" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 60 | |
| extension | MoveVariableInsideIf | Variable 'boundValue' can be moved inside the block at line '74' to restrict runtime creation. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 79 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "post" appears 2 times in the file. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 68 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 151 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 159 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 186 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 201 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 326 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 334 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 386 | |
| extension | ReturnCountExtended | Return count for 'resolveAction' method is 2 (max allowed is 1). | 428 | |
| extension | MoveVariableInsideIf | Variable 'pathToServlet' can be moved inside the block at line '437' to restrict runtime creation. | 436 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "disabled" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "type" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "hidden" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "type" appears 4 times in the file. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "disabled" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "option" appears 3 times in the file. | 196 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 165 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 168 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "selected" appears 2 times in the file. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "disabled" appears 2 times in the file. | 235 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 140 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 153 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 168 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 105 | |
| extension | ReturnCountExtended | Return count for 'writeTagContent' method is 2 (max allowed is 1). | 192 | |
| extension | MultipleStringLiteralsExtended | The String "multiple" appears 3 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "size" appears 2 times in the file. | 198 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 207 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "hidden" appears 2 times in the file. | 242 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 254 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'isSelected' method is 4 (max allowed is 1). | 62 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 132 | |
| extension | ReturnCountExtended | Return count for 'exhaustiveCompare' method is 4 (max allowed is 1). | 147 | |
| extension | MoveVariableInsideIf | Variable 'candidateAsString' can be moved inside the block at line '172' to restrict runtime creation. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 47 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | MultipleStringLiteralsExtended | The String ">" appears 3 times in the file. | 160 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "textarea" appears 2 times in the file. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 48 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ".THEME" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 56 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 109 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 116 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 145 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 170 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 122 position 37 need optimization. All method calls are advised to move to end of logic expression. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "' because of an existing model object of the same name" appears 3 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "' with value [" appears 2 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "] to model" appears 2 times in the file. | 129 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 140 position 38 need optimization. All method calls are advised to move to end of logic expression. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 5 times in the file. | 148 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 207 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 314 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 319 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 320 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 322 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolveViewName' method is 3 (max allowed is 1). | 296 | |
| extension | ReturnCountExtended | Return count for 'getMediaTypes' method is 2 (max allowed is 1). | 324 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 333 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 341 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 350 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 358 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 378 | |
| extension | ReturnCountExtended | Return count for 'getBestView' method is 2 (max allowed is 1). | 401 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 432 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 81 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 89 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "] in InternalResourceView '" appears 2 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 158 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'requiredViewClass' is called in constructor body. | 62 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 63 position 51 need optimization. All method calls are advised to move to end of logic expression. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 253 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 358 | |
| extension | MultipleStringLiteralsExtended | The String "#" appears 2 times in the file. | 388 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 429 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 452 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 474 | |
| extension | ReturnCountExtended | Return count for 'isEligibleProperty' method is 7 (max allowed is 1). | 493 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 537 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 551 | |
| extension | MultipleStringLiteralsExtended | The String "Location" appears 2 times in the file. | 596 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 85 | |
| extension | ReturnCountExtended | Return count for 'initFactory' method is 3 (max allowed is 1). | 212 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 166 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 180 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 307 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 461 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 215 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 349 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 165 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 63 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'convertParameterValue' method is 2 (max allowed is 1). | 381 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 450 | |
| extension | MultipleStringLiteralsExtended | The String "Field [" appears 2 times in the file. | 456 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 461 | |
| extension | MultipleStringLiteralsExtended | The String "] in key [" appears 2 times in the file. | 462 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 465 | |
| extension | ReturnCountExtended | Return count for 'fillReport' method is 3 (max allowed is 1). | 630 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 679 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 708 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 753 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 59 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 110 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 141 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 150 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 200 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 201 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getResources' method is 3 (max allowed is 1). | 74 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 131 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 177 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 298 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "localeResolver" appears 2 times in the file. | 345 | |
| extension | MultipleStringLiteralsExtended | The String "definitionDAO" appears 2 times in the file. | 348 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 270 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 404 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 405 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 480 position 24 need optimization. All method calls are advised to move to end of logic expression. | 480 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 499 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 552 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 136 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 203 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 276 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 4 times in the file. | 421 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "listener" appears 2 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/org/springframework/web/context/WEB-INF/applicationContext.xml " appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "/org/springframework/web/context/WEB-INF/context-addition.xml" appears 4 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Correct WebApplicationContext exposed in ServletContext" appears 3 times in the file. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "lifecycle" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Has father" appears 4 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "father" appears 4 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Has rod" appears 4 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 6 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Has kerry" appears 3 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "kerry" appears 5 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "Not destroyed" appears 2 times in the file. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "beans1.bean1" appears 3 times in the file. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "beans1.bean2" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "Destroyed" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "/org/springframework/web/context/WEB-INF/applicationContext.xml" appears 4 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "org/springframework/web/context/WEB-INF/ContextLoaderTests-acc-context.xml" appears 3 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "testName" appears 4 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "initialized" appears 4 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "/org/springframework/web/context/WEB-INF/empty-context.xml" appears 2 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "someProperty" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "someValue" appears 2 times in the file. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanDefinitionStoreException" appears 3 times in the file. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 12 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "ServletContext should have been set" appears 5 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "ServletConfig should have been set" appears 3 times in the file. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "rootProfile1" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "myFriend" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "wacProfile1" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "/org/springframework/web/context/WEB-INF/test-servlet.xml" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "someMessage" appears 2 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 2 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "Bean from root context" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "Custom BeanPostProcessor applied" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 2 times in the file. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myHandler" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "exception" appears 3 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "ServletException" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "IOException" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "myResponse" appears 2 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myAttr" appears 4 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 4 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "attributeName" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "importedAttr" appears 3 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanCreationException" appears 2 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "myParam" appears 4 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "initParamName" appears 2 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "importedParam" appears 3 times in the file. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "attr1" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "attr2" appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "key4" appears 6 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "mykey4" appears 6 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 6 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "${age}" appears 6 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 5 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "${key4}name${var}${var}${" appears 4 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "spouse" appears 5 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "${ref}" appears 8 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "tb1" appears 11 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "tb2" appears 10 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "properties" appears 5 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "configurer" appears 5 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "mykey4namemyvarmyvar${" appears 2 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "age=98\nvar=${m}var\nref=tb2\nm=my\nkey4=yourkey4" appears 3 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "contextOverride" appears 2 times in the file. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "searchContextAttributes" appears 2 times in the file. | 260 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 292 | |
| extension | MultipleStringLiteralsExtended | The String "na${age}me" appears 2 times in the file. | 293 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 297 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 2 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "key3" appears 2 times in the file. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "namemyvarmyvar${" appears 2 times in the file. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "na98me" appears 2 times in the file. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "os.name" appears 2 times in the file. | 345 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:org/springframework/web/context" appears 5 times in the file. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 355 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 356 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "/WEB-INF/context1.xml" appears 3 times in the file. | 364 | |
| extension | MultipleStringLiteralsExtended | The String "/WEB-INF/context2.xml" appears 3 times in the file. | 365 | |
| extension | MultipleStringLiteralsExtended | The String "/WEB-INF/" appears 4 times in the file. | 370 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 373 | |
| extension | MultipleStringLiteralsExtended | The String "/WEB-INF/*.xml" appears 2 times in the file. | 378 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 379 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 385 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 390 | |
| extension | MultipleStringLiteralsExtended | The String "/WEB-INF/mydir1/" appears 4 times in the file. | 391 | |
| extension | MultipleStringLiteralsExtended | The String "/WEB-INF/mydir2/" appears 4 times in the file. | 392 | |
| extension | MultipleStringLiteralsExtended | The String "/WEB-INF/mydir1/context1.xml" appears 4 times in the file. | 401 | |
| extension | MultipleStringLiteralsExtended | The String "/WEB-INF/mydir2/context2.xml" appears 4 times in the file. | 404 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 406 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 412 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 417 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 423 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 427 | |
| extension | MultipleStringLiteralsExtended | The String "/WEB-INF/mydir2/mydir3/" appears 2 times in the file. | 429 | |
| extension | MultipleStringLiteralsExtended | The String "/WEB-INF/mydir2/mydir3/context3.xml" appears 2 times in the file. | 444 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 446 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 457 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 458 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 459 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 464 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 475 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 481 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 486 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 487 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "theme2" appears 3 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "mappings" appears 3 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "order" appears 5 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "anotherLocaleHandler" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "exceptionMappings" appears 2 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "defaultErrorView" appears 2 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "body" appears 2 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "test2" appears 3 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong interceptor order" appears 6 times in the file. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "test1" appears 2 times in the file. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "test1x" appears 7 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String "test1y" appears 4 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "test2x" appears 6 times in the file. | 312 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect request attribute" appears 2 times in the file. | 316 | |
| extension | MultipleStringLiteralsExtended | The String "test2y" appears 4 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "test3" appears 2 times in the file. | 382 | |
| extension | MultipleStringLiteralsExtended | The String "test3x" appears 2 times in the file. | 387 | |
| extension | MultipleStringLiteralsExtended | The String "test3y" appears 2 times in the file. | 392 | |
| extension | MultipleStringLiteralsExtended | The String "fail" appears 2 times in the file. | 408 | |
| extension | MultipleStringLiteralsExtended | The String "servlet" appears 3 times in the file. | 414 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect Locale" appears 4 times in the file. | 424 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect TimeZone" appears 4 times in the file. | 430 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect theme name" appears 2 times in the file. | 439 | |
| extension | MultipleStringLiteralsExtended | The String "GMT+1" appears 3 times in the file. | 442 | |
| extension | MultipleStringLiteralsExtended | The String "resolved" appears 2 times in the file. | 483 | |
| extension | MultipleStringLiteralsExtended | The String "cleanedUp" appears 2 times in the file. | 501 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "simple" appears 4 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "complex" appears 12 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "publishContext" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 10 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "Correct namespace" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Correct attribute" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 43 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "/invalid.do" appears 2 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Not forwarded" appears 7 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "correct error code" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "/locale.do" appears 13 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "testListener" appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "/view.do" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "role1" appears 15 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 12 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "Last-Modified" appears 2 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "/unknown.do" appears 4 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "forwarded to failed" appears 11 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "failed0.jsp" appears 6 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "Exception exposed" appears 9 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "exception" appears 10 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "/locale.do;abc=def" appears 4 times in the file. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "test1" appears 8 times in the file. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "test1x" appears 2 times in the file. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "test1y" appears 2 times in the file. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "test2" appears 8 times in the file. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "test2x" appears 2 times in the file. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "test2y" appears 2 times in the file. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "multipartResolver" appears 2 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "cleanedUp" appears 2 times in the file. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "fail" appears 2 times in the file. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | MultipleStringLiteralsExtended | The String "yes" appears 6 times in the file. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "failed1.jsp" appears 3 times in the file. | 278 | |
| extension | MultipleStringLiteralsExtended | The String "Should not have thrown ServletException: " appears 3 times in the file. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "access" appears 2 times in the file. | 289 | |
| extension | MultipleStringLiteralsExtended | The String "servlet" appears 2 times in the file. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "/loc.do" appears 2 times in the file. | 310 | |
| extension | MultipleStringLiteralsExtended | The String "role2" appears 2 times in the file. | 348 | |
| extension | MultipleStringLiteralsExtended | The String "locale" appears 2 times in the file. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "en" appears 2 times in the file. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "theme" appears 3 times in the file. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "mytheme" appears 2 times in the file. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "HEAD" appears 2 times in the file. | 410 | |
| extension | MultipleStringLiteralsExtended | The String "/head.do" appears 2 times in the file. | 410 | |
| extension | MultipleStringLiteralsExtended | The String "/body.do" appears 2 times in the file. | 422 | |
| extension | MultipleStringLiteralsExtended | The String "body" appears 4 times in the file. | 430 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | MultipleStringLiteralsExtended | The String "/servlet.do" appears 3 times in the file. | 494 | |
| extension | MultipleStringLiteralsExtended | The String "/form.do" appears 5 times in the file. | 499 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown ServletException" appears 3 times in the file. | 536 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 540 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 559 | |
| extension | MultipleStringLiteralsExtended | The String "/main.do" appears 3 times in the file. | 578 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 6 times in the file. | 581 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 6 times in the file. | 582 | |
| extension | MultipleStringLiteralsExtended | The String "command" appears 3 times in the file. | 593 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalStateException" appears 2 times in the file. | 654 | |
| extension | MultipleStringLiteralsExtended | The String "org/springframework/web/context" appears 2 times in the file. | 715 | |
| extension | MultipleStringLiteralsExtended | The String "empty" appears 2 times in the file. | 718 | |
| extension | MultipleStringLiteralsExtended | The String "servletContextAwareBean" appears 4 times in the file. | 720 | |
| extension | MultipleStringLiteralsExtended | The String "servletConfigAwareBean" appears 4 times in the file. | 722 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 766 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 767 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 769 | |
| extension | MultipleStringLiteralsExtended | The String "initialized" appears 5 times in the file. | 812 | |
| extension | MultipleStringLiteralsExtended | The String "otherInitialized" appears 5 times in the file. | 813 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 2 times in the file. | 820 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "text" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 7 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 5 times in the file. | 78 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 5 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 129 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "test.foo.bar" appears 2 times in the file. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 16 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "ignoreDefaultModelOnRedirect" appears 2 times in the file. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 7 times in the file. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 3 times in the file. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "2009-10-31" appears 4 times in the file. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "/accounts/12345" appears 2 times in the file. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 320 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 321 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 330 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 368 | |
| extension | MultipleStringLiteralsExtended | The String "/resources/**" appears 6 times in the file. | 385 | |
| extension | MultipleStringLiteralsExtended | The String "test-resource-cache" appears 2 times in the file. | 412 | |
| extension | MultipleStringLiteralsExtended | The String "/**/*.js" appears 2 times in the file. | 415 | |
| extension | MultipleStringLiteralsExtended | The String "/**" appears 2 times in the file. | 417 | |
| extension | MultipleStringLiteralsExtended | The String "/foo.css" appears 2 times in the file. | 475 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 479 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 505 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 524 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 525 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 526 | |
| extension | MultipleStringLiteralsExtended | The String "mvc-config-view-controllers.xml" appears 2 times in the file. | 535 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 550 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 551 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 552 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 563 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 565 | |
| extension | MultipleStringLiteralsExtended | The String "/myapp/app/bar" appears 3 times in the file. | 569 | |
| extension | MultipleStringLiteralsExtended | The String "/myapp" appears 6 times in the file. | 570 | |
| extension | MultipleStringLiteralsExtended | The String "/app" appears 3 times in the file. | 571 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 574 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 575 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 576 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 578 | |
| extension | MultipleStringLiteralsExtended | The String "/myapp/app/" appears 2 times in the file. | 580 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 585 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 586 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 587 | |
| extension | MultipleStringLiteralsExtended | The String "root" appears 3 times in the file. | 589 | |
| extension | MultipleStringLiteralsExtended | The String "/bad" appears 2 times in the file. | 605 | |
| extension | MultipleStringLiteralsExtended | The String "/app/" appears 2 times in the file. | 625 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 629 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 630 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 631 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 640 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 641 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 642 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 651 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 652 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 653 | |
| extension | MultipleStringLiteralsExtended | The String "Actual: " appears 2 times in the file. | 719 | |
| extension | MultipleStringLiteralsExtended | The String "prefix" appears 3 times in the file. | 735 | |
| extension | MultipleStringLiteralsExtended | The String "suffix" appears 3 times in the file. | 736 | |
| extension | MultipleStringLiteralsExtended | The String "cacheLimit" appears 3 times in the file. | 738 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 765 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 770 | |
| extension | MultipleStringLiteralsExtended | The String "/test" appears 3 times in the file. | 770 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 780 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 781 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 798 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 878 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 959 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 985 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/flower" appears 3 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "json" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/**" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "The ServletContext was not called with the default servlet name" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "The request was not forwarded" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "defaultServlet" appears 2 times in the file. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 180 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/path1/**" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "/path1/secret" appears 4 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "/path2" appears 6 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "/path1" appears 4 times in the file. | 93 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/resources/**" appears 9 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/path" appears 12 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "viewName" appears 2 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "/redirectTo" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "a=b" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "/context" appears 2 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "<html><body>Hello World!</body></html>" appears 4 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "/WEB-INF/" appears 4 times in the file. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 9 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String ".jsp" appears 4 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "prefix" appears 8 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "suffix" appears 8 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String ".vm" appears 3 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "cacheLimit" appears 3 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String ".fmt" appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String ".groovy" appears 2 times in the file. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 7 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "/path" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "/bad" appears 2 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "/old" appears 2 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "converted" appears 2 times in the file. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "invalid" appears 3 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | MultipleStringLiteralsExtended | The String ".jsp" appears 2 times in the file. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 5 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "EmptyHandlerMapping" appears 3 times in the file. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "responseBodyAdvice" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "User already exists!" appears 2 times in the file. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "mvcViewResolver" appears 3 times in the file. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "handlerMapping" appears 5 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 20 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "/myapp" appears 8 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Handler is null" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "godCtrl" appears 4 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "/mypath/welcome.html" appears 5 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Handler is correct bean" appears 18 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "/myapp/mypath/welcome.html" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "/mypath" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "/mypath/test.html" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "/mypath/testarossa" appears 2 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "/mypath/tes" appears 2 times in the file. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 3 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 2 times in the file. | 82 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 3 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/bar" appears 2 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "/admin/**" appears 2 times in the file. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "/admin/foo" appears 2 times in the file. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "mainController" appears 3 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 38 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Handler is correct bean" appears 38 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "/show.html" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "starController" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "welcome.html" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "/pathmatchingA.html" appears 2 times in the file. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default-view" appears 13 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Exception" appears 6 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "error" appears 19 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "HANDLER_EXCEPTION" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.Exception" appears 6 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "AnotherException" appears 2 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "another-error" appears 7 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "SomeOddException" appears 3 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "another-some-error" appears 2 times in the file. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 12 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "/welcome.html" appears 5 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "Handler is correct bean" appears 11 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "/show.html" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "/bookseats.html" appears 2 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "/somePath" appears 2 times in the file. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LanguageKoekje" appears 6 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "nl" appears 13 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "GMT+1" appears 9 times in the file. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "LanguageKoek" appears 4 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String ".springframework.org" appears 2 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "/mypath" appears 2 times in the file. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "should not be able to set Locale" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "should be able to set Locale" appears 2 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "GMT+1" appears 3 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "GMT+2" appears 2 times in the file. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "GMT+3" appears 2 times in the file. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 4 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "action" appears 8 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "/somePath" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "config" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 2 times in the file. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 12 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "/index" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "index" appears 4 times in the file. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "/index.html" appears 4 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "mypre_" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "_mysuf" appears 2 times in the file. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "/docs/cvs/commit.html" appears 4 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "docs/cvs/commit" appears 3 times in the file. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "When setPrefix(..) is called with a null argument, the empty string value must be used instead." appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "When setSuffix(..) is called with a null argument, the empty string value must be used instead." appears 2 times in the file. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expires" appears 5 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "'Expires' header not set (must be) : null" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "'Expires' header not set (must be) : empty" appears 3 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Cache-Control" appears 5 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "'Cache-Control' header not set (must be) : null" appears 3 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "'Cache-Control' header not set (must be) : empty" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "'Expires' header set (must not be) : empty" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "'Cache-Control' header set (must not be) : empty" appears 2 times in the file. | 79 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No ModelAndView returned" appears 8 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid view name returned" appears 5 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid status code returned" appears 5 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "GenericError" appears 2 times in the file. | 112 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "ModelAndView not empty" appears 2 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid response written" appears 2 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "IllegalArgumentException" appears 2 times in the file. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "/test" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "doIt" appears 6 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 11 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "index" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "welcome" appears 6 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "/myapp/welcome" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "buy" appears 3 times in the file. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "/test" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "doIt" appears 6 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 57 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 59 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 61 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 61 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 63 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 4 times in the file. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No ModelAndView returned" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "No Empty ModelAndView returned" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid status code" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid status reason" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Gone reason message" appears 2 times in the file. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 87 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "/myPath.do" appears 26 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 12 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "controller" appears 38 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "excludedPackages" appears 3 times in the file. | 176 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 3 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid response status code" appears 5 times in the file. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 4 times in the file. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 3 times in the file. | 252 | |
| extension | MultipleStringLiteralsExtended | The String "myHeader" appears 2 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "conversionService" appears 4 times in the file. | 320 | |
| extension | MultipleStringLiteralsExtended | The String "webBindingInitializer" appears 6 times in the file. | 322 | |
| extension | MultipleStringLiteralsExtended | The String "handlerAdapter" appears 13 times in the file. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 6 times in the file. | 331 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 347 | |
| extension | MultipleStringLiteralsExtended | The String "PUT" appears 11 times in the file. | 350 | |
| extension | MultipleStringLiteralsExtended | The String "POST" appears 29 times in the file. | 355 | |
| extension | MultipleStringLiteralsExtended | The String "advisor" appears 4 times in the file. | 369 | |
| extension | MultipleStringLiteralsExtended | The String "viewResolver" appears 12 times in the file. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 404 | |
| extension | MultipleStringLiteralsExtended | The String "/myPage" appears 8 times in the file. | 422 | |
| extension | MultipleStringLiteralsExtended | The String "page1" appears 8 times in the file. | 425 | |
| extension | MultipleStringLiteralsExtended | The String "viewName" appears 9 times in the file. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | MultipleStringLiteralsExtended | The String "object1" appears 20 times in the file. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 | |
| extension | MultipleStringLiteralsExtended | The String "object2" appears 20 times in the file. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 429 | |
| extension | MultipleStringLiteralsExtended | The String "model" appears 21 times in the file. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | MultipleStringLiteralsExtended | The String "page2" appears 8 times in the file. | 436 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 437 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 438 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 439 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 440 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 466 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 476 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 479 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 501 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 502 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 503 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 504 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 505 | |
| extension | MultipleStringLiteralsExtended | The String "testBeanList" appears 5 times in the file. | 505 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 512 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 513 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 514 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 515 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 516 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 539 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 540 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 541 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 542 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 543 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 550 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 551 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 552 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 553 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 554 | |
| extension | MultipleStringLiteralsExtended | The String "param1" appears 4 times in the file. | 591 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 5 times in the file. | 591 | |
| extension | MultipleStringLiteralsExtended | The String "param2" appears 4 times in the file. | 592 | |
| extension | MultipleStringLiteralsExtended | The String "10" appears 4 times in the file. | 599 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 6 times in the file. | 608 | |
| extension | MultipleStringLiteralsExtended | The String "name1" appears 5 times in the file. | 608 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 18 times in the file. | 609 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 10 times in the file. | 618 | |
| extension | MultipleStringLiteralsExtended | The String "myView-name1-typeMismatch-tb1-myValue" appears 2 times in the file. | 643 | |
| extension | MultipleStringLiteralsExtended | The String "defaultName" appears 6 times in the file. | 715 | |
| extension | MultipleStringLiteralsExtended | The String "myDefaultName" appears 4 times in the file. | 715 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 8 times in the file. | 717 | |
| extension | MultipleStringLiteralsExtended | The String "2007-10-02" appears 8 times in the file. | 717 | |
| extension | MultipleStringLiteralsExtended | The String "myView-String:myDefaultName-typeMismatch-tb1-myOriginalValue" appears 3 times in the file. | 720 | |
| extension | MultipleStringLiteralsExtended | The String "100" appears 2 times in the file. | 760 | |
| extension | MultipleStringLiteralsExtended | The String "myView" appears 15 times in the file. | 840 | |
| extension | MultipleStringLiteralsExtended | The String "servletContext" appears 3 times in the file. | 841 | |
| extension | MultipleStringLiteralsExtended | The String "servletConfig" appears 3 times in the file. | 842 | |
| extension | MultipleStringLiteralsExtended | The String "sessionId" appears 3 times in the file. | 843 | |
| extension | MultipleStringLiteralsExtended | The String "requestUri" appears 3 times in the file. | 844 | |
| extension | MultipleStringLiteralsExtended | The String "locale" appears 2 times in the file. | 845 | |
| extension | MultipleStringLiteralsExtended | The String "view" appears 6 times in the file. | 858 | |
| extension | MultipleStringLiteralsExtended | The String "other" appears 4 times in the file. | 858 | |
| extension | MultipleStringLiteralsExtended | The String "myOtherView" appears 12 times in the file. | 861 | |
| extension | MultipleStringLiteralsExtended | The String "my" appears 3 times in the file. | 864 | |
| extension | MultipleStringLiteralsExtended | The String "lang" appears 3 times in the file. | 865 | |
| extension | MultipleStringLiteralsExtended | The String "de" appears 3 times in the file. | 865 | |
| extension | MultipleStringLiteralsExtended | The String "myLangView" appears 12 times in the file. | 868 | |
| extension | MultipleStringLiteralsExtended | The String "mySurpriseView" appears 10 times in the file. | 874 | |
| extension | MultipleStringLiteralsExtended | The String "active" appears 2 times in the file. | 908 | |
| extension | MultipleStringLiteralsExtended | The String "/myHandle.do" appears 3 times in the file. | 943 | |
| extension | MultipleStringLiteralsExtended | The String "/myOtherHandle.do" appears 2 times in the file. | 948 | |
| extension | MultipleStringLiteralsExtended | The String "/myLangHandle.do" appears 2 times in the file. | 953 | |
| extension | MultipleStringLiteralsExtended | The String "/mySurpriseHandle.do" appears 2 times in the file. | 958 | |
| extension | MultipleStringLiteralsExtended | The String "handlerMapping" appears 3 times in the file. | 1011 | |
| extension | MultipleStringLiteralsExtended | The String "myParam" appears 6 times in the file. | 1060 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 10 times in the file. | 1060 | |
| extension | MultipleStringLiteralsExtended | The String "/myApp/myHandle" appears 2 times in the file. | 1095 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1168 | |
| extension | MultipleStringLiteralsExtended | The String "method1" appears 2 times in the file. | 1179 | |
| extension | MultipleStringLiteralsExtended | The String "/something" appears 20 times in the file. | 1186 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World" appears 9 times in the file. | 1187 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 10 times in the file. | 1188 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 17 times in the file. | 1189 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain; charset=utf-8" appears 6 times in the file. | 1189 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 13 times in the file. | 1190 | |
| extension | MultipleStringLiteralsExtended | The String "text/*, */*" appears 3 times in the file. | 1190 | |
| extension | MultipleStringLiteralsExtended | The String "text" appears 5 times in the file. | 1205 | |
| extension | MultipleStringLiteralsExtended | The String "plain" appears 2 times in the file. | 1205 | |
| extension | MultipleStringLiteralsExtended | The String "messageConverters" appears 5 times in the file. | 1209 | |
| extension | MultipleStringLiteralsExtended | The String "*/*" appears 2 times in the file. | 1235 | |
| extension | MultipleStringLiteralsExtended | The String "application/pdf" appears 4 times in the file. | 1260 | |
| extension | MultipleStringLiteralsExtended | The String "MyRequestHeader" appears 2 times in the file. | 1315 | |
| extension | MultipleStringLiteralsExtended | The String "MyValue" appears 6 times in the file. | 1315 | |
| extension | MultipleStringLiteralsExtended | The String "MyResponseHeader" appears 4 times in the file. | 1320 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1341 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 2 times in the file. | 1344 | |
| extension | MultipleStringLiteralsExtended | The String "application/json" appears 3 times in the file. | 1359 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1386 | |
| extension | MultipleStringLiteralsExtended | The String "pdf" appears 5 times in the file. | 1420 | |
| extension | MultipleStringLiteralsExtended | The String "text/html" appears 5 times in the file. | 1423 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml" appears 2 times in the file. | 1429 | |
| extension | MultipleStringLiteralsExtended | The String "non-pdf" appears 2 times in the file. | 1449 | |
| extension | MultipleStringLiteralsExtended | The String "html" appears 3 times in the file. | 1460 | |
| extension | MultipleStringLiteralsExtended | The String "xml" appears 4 times in the file. | 1466 | |
| extension | MultipleStringLiteralsExtended | The String "something" appears 2 times in the file. | 1488 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 5 times in the file. | 1509 | |
| extension | MultipleStringLiteralsExtended | The String "/test" appears 3 times in the file. | 1520 | |
| extension | MultipleStringLiteralsExtended | The String "noParams" appears 2 times in the file. | 1534 | |
| extension | MultipleStringLiteralsExtended | The String "/map" appears 2 times in the file. | 1556 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 1558 | |
| extension | MultipleStringLiteralsExtended | The String "value21" appears 2 times in the file. | 1558 | |
| extension | MultipleStringLiteralsExtended | The String "value22" appears 2 times in the file. | 1558 | |
| extension | MultipleStringLiteralsExtended | The String "/multiValueMap" appears 2 times in the file. | 1564 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 1577 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type=[text/html],Custom-Header=[value21,value22]" appears 2 times in the file. | 1587 | |
| extension | MultipleStringLiteralsExtended | The String "/book/list" appears 2 times in the file. | 1614 | |
| extension | MultipleStringLiteralsExtended | The String "list" appears 2 times in the file. | 1617 | |
| extension | MultipleStringLiteralsExtended | The String "/book/show" appears 2 times in the file. | 1619 | |
| extension | MultipleStringLiteralsExtended | The String "12" appears 2 times in the file. | 1620 | |
| extension | MultipleStringLiteralsExtended | The String "show-id=12" appears 2 times in the file. | 1623 | |
| extension | MultipleStringLiteralsExtended | The String "/book" appears 2 times in the file. | 1625 | |
| extension | MultipleStringLiteralsExtended | The String "create" appears 2 times in the file. | 1628 | |
| extension | MultipleStringLiteralsExtended | The String "/handle" appears 6 times in the file. | 1670 | |
| extension | MultipleStringLiteralsExtended | The String "handle null" appears 2 times in the file. | 1673 | |
| extension | MultipleStringLiteralsExtended | The String "p" appears 2 times in the file. | 1676 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 1676 | |
| extension | MultipleStringLiteralsExtended | The String "handle value" appears 2 times in the file. | 1679 | |
| extension | MultipleStringLiteralsExtended | The String "handle" appears 2 times in the file. | 1719 | |
| extension | MultipleStringLiteralsExtended | The String "templatePath" appears 2 times in the file. | 1730 | |
| extension | MultipleStringLiteralsExtended | The String "home" appears 3 times in the file. | 1755 | |
| extension | MultipleStringLiteralsExtended | The String "homeJson" appears 2 times in the file. | 1774 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 1780 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1784 | |
| extension | MultipleStringLiteralsExtended | The String "/singleString" appears 2 times in the file. | 1809 | |
| extension | MultipleStringLiteralsExtended | The String "content" appears 11 times in the file. | 1810 | |
| extension | MultipleStringLiteralsExtended | The String "Juergen" appears 10 times in the file. | 1810 | |
| extension | MultipleStringLiteralsExtended | The String "/stringArray" appears 4 times in the file. | 1834 | |
| extension | MultipleStringLiteralsExtended | The String "Eva" appears 2 times in the file. | 1861 | |
| extension | MultipleStringLiteralsExtended | The String "Juergen-Eva" appears 2 times in the file. | 1864 | |
| extension | MultipleStringLiteralsExtended | The String "1,2" appears 2 times in the file. | 1904 | |
| extension | MultipleStringLiteralsExtended | The String "1-2" appears 3 times in the file. | 1907 | |
| extension | MultipleStringLiteralsExtended | The String "/integerSet" appears 2 times in the file. | 1931 | |
| extension | MultipleStringLiteralsExtended | The String ";" appears 2 times in the file. | 1982 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1987 | |
| extension | MultipleStringLiteralsExtended | The String "test-" appears 12 times in the file. | 2051 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 37 times in the file. | 2051 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2234 | |
| extension | MultipleStringLiteralsExtended | The String "tb1" appears 4 times in the file. | 2235 | |
| extension | MultipleStringLiteralsExtended | The String "tb2" appears 4 times in the file. | 2236 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2260 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2287 | |
| extension | MultipleStringLiteralsExtended | The String "myKey" appears 6 times in the file. | 2298 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2324 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2365 | |
| extension | MultipleStringLiteralsExtended | The String "ITestBean" appears 3 times in the file. | 2365 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 3 times in the file. | 2372 | |
| extension | MultipleStringLiteralsExtended | The String "sex" appears 2 times in the file. | 2406 | |
| extension | MultipleStringLiteralsExtended | The String "yyyy-MM-dd" appears 4 times in the file. | 2410 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2617 | |
| extension | MultipleStringLiteralsExtended | The String "myCommand" appears 2 times in the file. | 2655 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2668 | |
| extension | MoveVariableInsideIf | Variable 'testBeans' can be moved inside the block at line '2,671' to restrict runtime creation. | 2670 | |
| extension | MultipleStringLiteralsExtended | The String "yourKey" appears 2 times in the file. | 2675 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 2 times in the file. | 3099 | |
| extension | MultipleStringLiteralsExtended | The String "=[" appears 2 times in the file. | 3112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 16 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 17 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid request method result" appears 15 times in the file. | 37 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "param1" appears 9 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 9 times in the file. | 51 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "!param2" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "param2" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 61 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 62 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 71 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "param1=foo" appears 2 times in the file. | 80 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "param1!=foo" appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 97 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 98 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "header1" appears 6 times in the file. | 116 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "!header2" appears 2 times in the file. | 117 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 127 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 136 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 145 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 156 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 3 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "application/pdf, text/html" appears 2 times in the file. | 165 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 166 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 175 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/colors" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "#" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Nested" appears 9 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Nested1,Nested2" appears 3 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "/nested/listElement" appears 3 times in the file. | 78 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "/nested/listOfListsElement" appears 2 times in the file. | 107 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "Nested2" appears 3 times in the file. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 32 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "/42" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "test-42" appears 5 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/42/dates/2008-foo-bar" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "controller" appears 5 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "useDefaultSuffixPattern" appears 3 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "handlerMapping" appears 4 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "specific" appears 2 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "test-42-21" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/42" appears 5 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels" appears 4 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "list" appears 3 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "POST" appears 5 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "create" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "show-42" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "DELETE" appears 2 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/1" appears 2 times in the file. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "handle4-page-5" appears 2 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "foo-foo" appears 2 times in the file. | 340 | |
| extension | MultipleStringLiteralsExtended | The String "plain-bar" appears 2 times in the file. | 406 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/100" appears 2 times in the file. | 424 | |
| extension | MultipleStringLiteralsExtended | The String "/module/100" appears 2 times in the file. | 434 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid path variable value" appears 10 times in the file. | 454 | |
| extension | MultipleStringLiteralsExtended | The String "test-" appears 7 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "42" appears 5 times in the file. | 468 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 3 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "category-" appears 2 times in the file. | 645 | |
| extension | MultipleStringLiteralsExtended | The String "page-" appears 2 times in the file. | 646 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 698 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "param1" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "header1" appears 2 times in the file. | 50 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 83 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "text/plain" appears 17 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "!text/plain" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "text/*" appears 3 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml" appears 6 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "01" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid comparison result: " appears 4 times in the file. | 118 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 14 times in the file. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 9 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "foo=bar" appears 6 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "foo!=bar" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid comparison result: " appears 2 times in the file. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 13 times in the file. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 7 times in the file. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "foo=bar" appears 6 times in the file. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid comparison result: " appears 2 times in the file. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 11 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "/type1" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "/type2" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "/method1" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "/method2" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 12 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/*" appears 3 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/bar" appears 4 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "/**" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "/foo.html" appears 3 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "/{foo}" appears 3 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "/jobs/{jobName}" appears 2 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "json" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/" appears 3 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "/foo*" appears 2 times in the file. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "text/plain" appears 24 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 21 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "!text/plain" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "text/*" appears 5 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml" appears 10 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "bogus" appears 2 times in the file. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "application/pdf" appears 2 times in the file. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid comparison result: " appears 8 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "*/*" appears 4 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "application/json" appears 5 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "Should have picked '*/*' condition as an exact match" appears 2 times in the file. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | MultipleStringLiteralsExtended | The String "Should have used MediaType.equals(Object) to break the match" appears 2 times in the file. | 270 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name1" appears 3 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "name2" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 6 times in the file. | 47 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 93 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 3 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 4 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "POST" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid comparison result: " appears 3 times in the file. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 5 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "welcome" appears 2 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 10 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "welcome" appears 5 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "/myapp/welcome" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "admin" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "buy" appears 2 times in the file. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/foo/*" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 5 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "/bar/*" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "/bar" appears 4 times in the file. | 94 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 17 times in the file. | 103 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 142 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 4 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml" appears 2 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "/person/1" appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "PUT" appears 2 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "application/json" appears 3 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "HttpMediaTypeNotSupportedException expected" appears 2 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 2 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "xml" appears 2 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "/1/2" appears 6 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "group" appears 2 times in the file. | 265 | |
| extension | MultipleStringLiteralsExtended | The String "a/b" appears 2 times in the file. | 266 | |
| extension | MultipleStringLiteralsExtended | The String "/{path1}/2" appears 2 times in the file. | 271 | |
| extension | MultipleStringLiteralsExtended | The String "/content" appears 2 times in the file. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "/cars;colors=red,blue,green;year=2012" appears 2 times in the file. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "cars" appears 7 times in the file. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "red" appears 2 times in the file. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "blue" appears 2 times in the file. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "green" appears 2 times in the file. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "colors" appears 2 times in the file. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "2012" appears 2 times in the file. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "year" appears 2 times in the file. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "/{cars:[^;]+}{params}" appears 2 times in the file. | 347 | |
| extension | MultipleStringLiteralsExtended | The String "params" appears 4 times in the file. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "filter" appears 2 times in the file. | 383 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "handle" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 6 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 27 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "/foo*" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "/**" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "foo=bar" appears 19 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "foo!=bar" appears 4 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain" appears 20 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml" appears 2 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "customFoo=customBar" appears 8 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "/NOOOOOO" appears 3 times in the file. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | MultipleStringLiteralsExtended | The String "text/NOOOOOO" appears 2 times in the file. | 286 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 290 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "handle" appears 7 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "Bad argument" appears 2 times in the file. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "errorView" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "detail" appears 2 times in the file. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "IllegalArgumentException" appears 2 times in the file. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "Exception was not handled" appears 4 times in the file. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "nameValue" appears 4 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "25" appears 2 times in the file. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 91 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 93 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 95 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 97 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "attr1" appears 7 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "failure" appears 2 times in the file. | 144 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 434 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 3 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 8 times in the file. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "The requestHandled flag shouldn't change" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid argument" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "www.example.com" appears 2 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "/path" appears 2 times in the file. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "Expected exception" appears 5 times in the file. | 182 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 185 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 6 times in the file. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "text/*" appears 2 times in the file. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 248 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 251 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 265 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 268 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 284 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "headerName" appears 2 times in the file. | 296 | |
| extension | MultipleStringLiteralsExtended | The String "headerValue" appears 4 times in the file. | 296 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 297 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "header" appears 2 times in the file. | 308 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "body" appears 2 times in the file. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "{\"name\" : \"Jad\"}" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 3 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "application/json" appears 2 times in the file. | 86 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "Jad" appears 3 times in the file. | 97 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 106 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "cars" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "colors" appears 13 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "red" appears 6 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "green" appears 3 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "blue" appears 3 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "purple" appears 3 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "planes" appears 2 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "yellow" appears 3 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "orange" appears 3 times in the file. | 123 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "cars" appears 3 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "colors" appears 5 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "red" appears 3 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "green" appears 3 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "blue" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "year" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "2006" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "2013" appears 2 times in the file. | 111 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 114 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 123 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "viewName" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "attrName" appears 10 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "attrValue" appears 10 times in the file. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "redirect:viewName" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "myRedirect:viewName" appears 2 times in the file. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBeanReturnValue" appears 3 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "viewName" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "modelAttrName" appears 2 times in the file. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "intReturnValue" appears 2 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http://localhost/" appears 2 times in the file. | 98 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 6 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "DE" appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "/something/1/foo" appears 4 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "limit" appears 3 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 3 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "offset" appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "10" appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "http://localhost" appears 2 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "X-Forwarded-Host" appears 3 times in the file. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 4 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 6 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "PathVariable not resolved correctly" appears 2 times in the file. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "oldName" appears 2 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "oldValue" appears 2 times in the file. | 100 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 4 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain; charset=utf-8" appears 4 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "header" appears 6 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "headerValue" appears 5 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "anotherHeader" appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "anotherHeaderValue" appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "dateParam" appears 4 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "paramByConvention" appears 3 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "paramByConventionValue" appears 2 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "cookie" appears 3 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 11 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "/contextPath" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "systemHeader" appears 3 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "systemHeaderValue" appears 2 times in the file. | 159 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "pathvar" appears 3 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "pathvarValue" appears 2 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "viewName" appears 2 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "headerMap" appears 2 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "paramMap" appears 2 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "modelAttr" appears 4 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "Set by model method [modelAttr]" appears 2 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "Set by model method [modelAttrByConvention]" appears 2 times in the file. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "customArg" appears 2 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "user" appears 2 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "url" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "Hello Server" appears 3 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "Handled requestBody=[Hello Server]" appears 2 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "requestPart" appears 4 times in the file. | 265 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain" appears 2 times in the file. | 265 | |
| extension | MultipleStringLiteralsExtended | The String "content" appears 3 times in the file. | 265 | |
| extension | MultipleStringLiteralsExtended | The String "error count" appears 2 times in the file. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 | |
| extension | MultipleStringLiteralsExtended | The String "Handled requestBody=[" appears 2 times in the file. | 360 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 360 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "handle" appears 6 times in the file. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "Cache-Control" appears 2 times in the file. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "maa" appears 2 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "lAttr1" appears 4 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "attr1" appears 5 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "gAttr2" appears 5 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "attr2" appears 5 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "attr3" appears 2 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "json" appears 4 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "/${pattern}/bar" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/bar" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 2 times in the file. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "contextConfigLocation" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "contextClass" appears 2 times in the file. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 133 | |
| extension | UselessSuperCtorCall | Super call could be removed: Class 'TestData' does not extend anything. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "requestPart" appears 4 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "MultipartFile parameter not supported" appears 2 times in the file. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World" appears 2 times in the file. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 2 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "POST" appears 3 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "multipart/form-data" appears 3 times in the file. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "requestPart1" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World 1" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "requestPart2" appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World 2" appears 2 times in the file. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "Expected exception" appears 3 times in the file. | 250 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 3 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 6 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 5 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Expected exception" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "payload" appears 4 times in the file. | 160 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 172 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 195 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 5 times in the file. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 251 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "handle" appears 3 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 6 times in the file. | 111 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "Jad" appears 4 times in the file. | 123 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "{\"name\" : \"Jad\"}" appears 3 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "application/json" appears 2 times in the file. | 150 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "foobarbaz" appears 2 times in the file. | 165 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 169 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 180 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "handleDto" appears 2 times in the file. | 192 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 200 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 2 times in the file. | 234 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 4 times in the file. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 3 times in the file. | 243 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 248 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain;charset=UTF-8" appears 2 times in the file. | 261 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 263 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 278 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 291 | |
| extension | MultipleStringLiteralsExtended | The String "handleResponseBody" appears 2 times in the file. | 301 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | MultipleStringLiteralsExtended | The String "\"withView1\":\"with\"" appears 2 times in the file. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | MultipleStringLiteralsExtended | The String "\"withView2\":\"with\"" appears 2 times in the file. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | MultipleStringLiteralsExtended | The String "\"withoutView\":\"without\"" appears 2 times in the file. | 317 | |
| extension | MultipleStringLiteralsExtended | The String "handleResponseEntity" appears 2 times in the file. | 322 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | MultipleStringLiteralsExtended | The String "<withView1>with</withView1>" appears 2 times in the file. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | MultipleStringLiteralsExtended | The String "<withView2>with</withView2>" appears 2 times in the file. | 358 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 359 | |
| extension | MultipleStringLiteralsExtended | The String "<withoutView>without</withoutView>" appears 2 times in the file. | 359 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 370 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 380 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 2 times in the file. | 461 | |
| extension | MultipleStringLiteralsExtended | The String "with" appears 4 times in the file. | 520 | |
| extension | MultipleStringLiteralsExtended | The String "without" appears 2 times in the file. | 522 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 95 position 45 need optimization. All method calls are advised to move to end of logic expression. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 3 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "message" appears 3 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "error content" appears 2 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "someHeaderValue" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "someHeader" appears 2 times in the file. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 77 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 3 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 7 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "/myPath.do" appears 20 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid response status code" appears 4 times in the file. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 3 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "myHeader" appears 2 times in the file. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "conversionService" appears 2 times in the file. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "webBindingInitializer" appears 4 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "handlerAdapter" appears 10 times in the file. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 280 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 6 times in the file. | 280 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 296 | |
| extension | MultipleStringLiteralsExtended | The String "PUT" appears 11 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "POST" appears 21 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "viewResolver" appears 12 times in the file. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "/myPage" appears 8 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "page1" appears 8 times in the file. | 340 | |
| extension | MultipleStringLiteralsExtended | The String "viewName" appears 9 times in the file. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "object1" appears 20 times in the file. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "object2" appears 20 times in the file. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "model" appears 21 times in the file. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 345 | |
| extension | MultipleStringLiteralsExtended | The String "page2" appears 8 times in the file. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 352 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 355 | |
| extension | MultipleStringLiteralsExtended | The String "advisor" appears 3 times in the file. | 368 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 378 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 380 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 387 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 410 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 411 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 412 | |
| extension | MultipleStringLiteralsExtended | The String "testBeanList" appears 5 times in the file. | 412 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 419 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 423 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 442 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 444 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 445 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "param1" appears 4 times in the file. | 479 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 5 times in the file. | 479 | |
| extension | MultipleStringLiteralsExtended | The String "param2" appears 4 times in the file. | 480 | |
| extension | MultipleStringLiteralsExtended | The String "10" appears 4 times in the file. | 487 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 10 times in the file. | 496 | |
| extension | MultipleStringLiteralsExtended | The String "name1" appears 5 times in the file. | 496 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 18 times in the file. | 497 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 10 times in the file. | 506 | |
| extension | MultipleStringLiteralsExtended | The String "myView-name1-typeMismatch-tb1-myValue" appears 2 times in the file. | 526 | |
| extension | MultipleStringLiteralsExtended | The String "defaultName" appears 6 times in the file. | 581 | |
| extension | MultipleStringLiteralsExtended | The String "myDefaultName" appears 4 times in the file. | 581 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 8 times in the file. | 583 | |
| extension | MultipleStringLiteralsExtended | The String "2007-10-02" appears 8 times in the file. | 583 | |
| extension | MultipleStringLiteralsExtended | The String "myView-String:myDefaultName-typeMismatch-tb1-myOriginalValue" appears 3 times in the file. | 586 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 597 | |
| extension | MultipleStringLiteralsExtended | The String "myView" appears 11 times in the file. | 684 | |
| extension | MultipleStringLiteralsExtended | The String "servletContext" appears 3 times in the file. | 685 | |
| extension | MultipleStringLiteralsExtended | The String "servletConfig" appears 3 times in the file. | 686 | |
| extension | MultipleStringLiteralsExtended | The String "sessionId" appears 3 times in the file. | 687 | |
| extension | MultipleStringLiteralsExtended | The String "requestUri" appears 3 times in the file. | 688 | |
| extension | MultipleStringLiteralsExtended | The String "locale" appears 2 times in the file. | 689 | |
| extension | MultipleStringLiteralsExtended | The String "view" appears 2 times in the file. | 702 | |
| extension | MultipleStringLiteralsExtended | The String "other" appears 2 times in the file. | 702 | |
| extension | MultipleStringLiteralsExtended | The String "myOtherView" appears 7 times in the file. | 705 | |
| extension | MultipleStringLiteralsExtended | The String "myLangView" appears 7 times in the file. | 712 | |
| extension | MultipleStringLiteralsExtended | The String "mySurpriseView" appears 6 times in the file. | 718 | |
| extension | MultipleStringLiteralsExtended | The String "/myApp/myHandle" appears 2 times in the file. | 732 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 798 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 799 | |
| extension | MultipleStringLiteralsExtended | The String "method1" appears 2 times in the file. | 810 | |
| extension | MultipleStringLiteralsExtended | The String "/something" appears 30 times in the file. | 817 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World" appears 9 times in the file. | 818 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 11 times in the file. | 819 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 13 times in the file. | 820 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain; charset=utf-8" appears 7 times in the file. | 820 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 20 times in the file. | 821 | |
| extension | MultipleStringLiteralsExtended | The String "text/*, */*" appears 4 times in the file. | 821 | |
| extension | MultipleStringLiteralsExtended | The String "messageConverters" appears 5 times in the file. | 850 | |
| extension | MultipleStringLiteralsExtended | The String "*/*" appears 2 times in the file. | 873 | |
| extension | MultipleStringLiteralsExtended | The String "application/pdf" appears 5 times in the file. | 893 | |
| extension | MultipleStringLiteralsExtended | The String "MyRequestHeader" appears 2 times in the file. | 943 | |
| extension | MultipleStringLiteralsExtended | The String "MyValue" appears 6 times in the file. | 943 | |
| extension | MultipleStringLiteralsExtended | The String "MyResponseHeader" appears 4 times in the file. | 948 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 967 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 2 times in the file. | 970 | |
| extension | MultipleStringLiteralsExtended | The String "application/json" appears 3 times in the file. | 982 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1006 | |
| extension | MultipleStringLiteralsExtended | The String "pdf" appears 7 times in the file. | 1035 | |
| extension | MultipleStringLiteralsExtended | The String "text/html" appears 7 times in the file. | 1038 | |
| extension | MultipleStringLiteralsExtended | The String "text" appears 5 times in the file. | 1041 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml" appears 4 times in the file. | 1044 | |
| extension | MultipleStringLiteralsExtended | The String "non-pdf" appears 2 times in the file. | 1087 | |
| extension | MultipleStringLiteralsExtended | The String "html" appears 5 times in the file. | 1098 | |
| extension | MultipleStringLiteralsExtended | The String "xml" appears 8 times in the file. | 1104 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml, text/html" appears 2 times in the file. | 1107 | |
| extension | MultipleStringLiteralsExtended | The String "text/html;q=0.9, application/xml" appears 2 times in the file. | 1113 | |
| extension | MultipleStringLiteralsExtended | The String "application/msword" appears 2 times in the file. | 1119 | |
| extension | MultipleStringLiteralsExtended | The String "something" appears 2 times in the file. | 1167 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 7 times in the file. | 1184 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 5 times in the file. | 1187 | |
| extension | MultipleStringLiteralsExtended | The String "/test" appears 3 times in the file. | 1195 | |
| extension | MultipleStringLiteralsExtended | The String "noParams" appears 2 times in the file. | 1209 | |
| extension | MultipleStringLiteralsExtended | The String "Pattern" appears 2 times in the file. | 1228 | |
| extension | MultipleStringLiteralsExtended | The String "/map" appears 2 times in the file. | 1244 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 1246 | |
| extension | MultipleStringLiteralsExtended | The String "value21" appears 2 times in the file. | 1246 | |
| extension | MultipleStringLiteralsExtended | The String "value22" appears 2 times in the file. | 1246 | |
| extension | MultipleStringLiteralsExtended | The String "/multiValueMap" appears 2 times in the file. | 1252 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 1265 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type=[text/html],Custom-Header=[value21,value22]" appears 2 times in the file. | 1275 | |
| extension | MultipleStringLiteralsExtended | The String "/handle" appears 6 times in the file. | 1289 | |
| extension | MultipleStringLiteralsExtended | The String "handle null" appears 2 times in the file. | 1292 | |
| extension | MultipleStringLiteralsExtended | The String "p" appears 2 times in the file. | 1295 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 1295 | |
| extension | MultipleStringLiteralsExtended | The String "handle value" appears 2 times in the file. | 1298 | |
| extension | MultipleStringLiteralsExtended | The String "handle" appears 2 times in the file. | 1332 | |
| extension | MultipleStringLiteralsExtended | The String "templatePath" appears 2 times in the file. | 1343 | |
| extension | MultipleStringLiteralsExtended | The String "/singleString" appears 2 times in the file. | 1367 | |
| extension | MultipleStringLiteralsExtended | The String "content" appears 9 times in the file. | 1368 | |
| extension | MultipleStringLiteralsExtended | The String "Juergen" appears 10 times in the file. | 1368 | |
| extension | MultipleStringLiteralsExtended | The String "/stringArray" appears 4 times in the file. | 1392 | |
| extension | MultipleStringLiteralsExtended | The String "Eva" appears 2 times in the file. | 1419 | |
| extension | MultipleStringLiteralsExtended | The String "Juergen-Eva" appears 2 times in the file. | 1422 | |
| extension | MultipleStringLiteralsExtended | The String "home" appears 3 times in the file. | 1484 | |
| extension | MultipleStringLiteralsExtended | The String "homeJson" appears 2 times in the file. | 1503 | |
| extension | MultipleStringLiteralsExtended | The String "/messages" appears 2 times in the file. | 1510 | |
| extension | MultipleStringLiteralsExtended | The String "messages/new" appears 2 times in the file. | 1519 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1520 | |
| extension | MultipleStringLiteralsExtended | The String "yay!" appears 2 times in the file. | 1531 | |
| extension | MultipleStringLiteralsExtended | The String "successMessage" appears 3 times in the file. | 1531 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1542 | |
| extension | MultipleStringLiteralsExtended | The String "count:3" appears 2 times in the file. | 1561 | |
| extension | MultipleStringLiteralsExtended | The String "Hello World!" appears 2 times in the file. | 1576 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong status code" appears 2 times in the file. | 1585 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong number of headers" appears 2 times in the file. | 1586 | |
| extension | MultipleStringLiteralsExtended | The String "/test/items/123" appears 2 times in the file. | 1587 | |
| extension | MultipleStringLiteralsExtended | The String "Expected an empty content" appears 2 times in the file. | 1588 | |
| extension | MultipleStringLiteralsExtended | The String "test-" appears 12 times in the file. | 1637 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 36 times in the file. | 1637 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1820 | |
| extension | MultipleStringLiteralsExtended | The String "tb1" appears 4 times in the file. | 1821 | |
| extension | MultipleStringLiteralsExtended | The String "tb2" appears 4 times in the file. | 1822 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1846 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1873 | |
| extension | MultipleStringLiteralsExtended | The String "myKey" appears 6 times in the file. | 1884 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1910 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1953 | |
| extension | MultipleStringLiteralsExtended | The String "ITestBean" appears 3 times in the file. | 1953 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 3 times in the file. | 1960 | |
| extension | MultipleStringLiteralsExtended | The String "sex" appears 2 times in the file. | 1991 | |
| extension | MultipleStringLiteralsExtended | The String "yyyy-MM-dd" appears 4 times in the file. | 1995 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2191 | |
| extension | MultipleStringLiteralsExtended | The String "myCommand" appears 2 times in the file. | 2229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2242 | |
| extension | MoveVariableInsideIf | Variable 'testBeans' can be moved inside the block at line '2,245' to restrict runtime creation. | 2244 | |
| extension | MultipleStringLiteralsExtended | The String "yourKey" appears 2 times in the file. | 2249 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 2 times in the file. | 2731 | |
| extension | MultipleStringLiteralsExtended | The String "=[" appears 2 times in the file. | 2744 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 2 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "handle" appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "view" appears 3 times in the file. | 155 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 173 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "handleDeferred" appears 3 times in the file. | 184 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 195 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "testBean1" appears 4 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "Patty" appears 12 times in the file. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "testBean2" appears 4 times in the file. | 106 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "testBean3" appears 4 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 13 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "The requestHandled flag shouldn't change" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "Locale not supported" appears 2 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "TimeZone not supported" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "ZoneId not supported" appears 2 times in the file. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ServletResponse not supported" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid result" appears 4 times in the file. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 27 times in the file. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "42" appears 7 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "other" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/42/dates/2008-foo-bar" appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "specific" appears 2 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "test-42-21" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/42" appears 5 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "test-42" appears 2 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels" appears 4 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "list" appears 3 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "POST" appears 5 times in the file. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "create" appears 2 times in the file. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "show-42" appears 2 times in the file. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "DELETE" appears 2 times in the file. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "/hotels/1" appears 2 times in the file. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "handle4-page-5" appears 2 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "foo-foo" appears 2 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/100" appears 2 times in the file. | 353 | |
| extension | MultipleStringLiteralsExtended | The String "/module/100" appears 2 times in the file. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid path variable value" appears 12 times in the file. | 387 | |
| extension | MultipleStringLiteralsExtended | The String "test-" appears 7 times in the file. | 388 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 6 times in the file. | 388 | |
| extension | MultipleStringLiteralsExtended | The String "-q" appears 2 times in the file. | 405 | |
| extension | MultipleStringLiteralsExtended | The String "category-" appears 2 times in the file. | 595 | |
| extension | MultipleStringLiteralsExtended | The String "page-" appears 2 times in the file. | 596 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 649 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "view" appears 3 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "testView" appears 2 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "testView" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "redirect:testView" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "myRedirect:*" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "myRedirect:testView" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/foo.html" appears 9 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/bar.html" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 7 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 32 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong method name resolved" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "action" appears 6 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown NoSuchRequestHandlingMethodException" appears 3 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "myparam" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 4 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "spring" appears 8 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "colin" appears 4 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "goodbye" appears 4 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "nina" appears 2 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "whatever" appears 10 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "reset" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "/welcome.html" appears 8 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "welcome" appears 11 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "Invoked welcome method" appears 2 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "view name is welcome" appears 3 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "Only one method invoked" appears 6 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 6 times in the file. | 213 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "/inSession.html" appears 2 times in the file. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "inSession" appears 4 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "Must have rejected request without session" appears 2 times in the file. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "rod" appears 2 times in the file. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 2 times in the file. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "32" appears 2 times in the file. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "commandNoSession" appears 4 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "/commandInSession.html" appears 2 times in the file. | 292 | |
| extension | MultipleStringLiteralsExtended | The String "commandInSession" appears 4 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "/testSession.html" appears 2 times in the file. | 315 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown exception" appears 2 times in the file. | 320 | |
| extension | MultipleStringLiteralsExtended | The String "handle(SRE)" appears 3 times in the file. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "/testException.html" appears 2 times in the file. | 333 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 341 | |
| extension | MultipleStringLiteralsExtended | The String "handle(Exception)" appears 4 times in the file. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 | |
| extension | MultipleStringLiteralsExtended | The String "handle(ServletException)" appears 6 times in the file. | 394 | |
| extension | MultipleStringLiteralsExtended | The String "Invoke correct method" appears 4 times in the file. | 395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | MultipleStringLiteralsExtended | The String "handle(RTE)" appears 6 times in the file. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 412 | |
| extension | MultipleStringLiteralsExtended | The String "ModelAndView cannot be null" appears 4 times in the file. | 429 | |
| extension | MultipleStringLiteralsExtended | The String "ModelAndView should not have a view" appears 2 times in the file. | 430 | |
| extension | MultipleStringLiteralsExtended | The String "/index.html" appears 3 times in the file. | 439 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 445 | |
| extension | MultipleStringLiteralsExtended | The String "exception" appears 4 times in the file. | 445 | |
| extension | MultipleStringLiteralsExtended | The String "ModelAndView must be null" appears 2 times in the file. | 466 | |
| extension | MultipleStringLiteralsExtended | The String "ModelAndView must have a view" appears 2 times in the file. | 488 | |
| extension | MultipleStringLiteralsExtended | The String "Verifying view name" appears 2 times in the file. | 489 | |
| extension | MultipleStringLiteralsExtended | The String "welcomeString" appears 2 times in the file. | 489 | |
| extension | MultipleStringLiteralsExtended | The String "handleIllegalStateExceptionString" appears 2 times in the file. | 501 | |
| extension | MultipleStringLiteralsExtended | The String "throwable" appears 2 times in the file. | 508 | |
| extension | MultipleStringLiteralsExtended | The String "session non null" appears 2 times in the file. | 546 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 3 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "No ModelAndView returned" appears 13 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "No Empty ModelAndView returned" appears 13 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid status code" appears 13 times in the file. | 71 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "view" appears 4 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "redirect:/foo" appears 3 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "3xx status should be left to RedirectView to set" appears 2 times in the file. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "speed" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "person" appears 9 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Fred" appears 16 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 4 times in the file. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 6 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "33" appears 3 times in the file. | 107 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "Ralph" appears 2 times in the file. | 116 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "should rewrite resource links" appears 3 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "should not rewrite external resources" appears 2 times in the file. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test/" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "bar.css" appears 3 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "invalid.css" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "imaginary.css" appears 2 times in the file. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "7fbe76cdac6093784895bb4989203e5a" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "foo/bar.css" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "test/bar.css" appears 2 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "\r" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 4 times in the file. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test/" appears 6 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "foo-e36d2e05253c6c7085a91522ce43a0b4.css" appears 2 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "Accept-Encoding" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "gzip" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String ".gz" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "Expected " appears 2 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String " to be of type " appears 2 times in the file. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test/" appears 4 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "./test/" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "test/main.css" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "../testalternatepath/bar.css" appears 2 times in the file. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test/" appears 5 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "testalternatepath/" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "foo.css" appears 4 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "text/css" appears 3 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Expires" appears 3 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "max-age=3600, must-revalidate" appears 3 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "Cache-Control" appears 3 times in the file. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "Last-Modified" appears 6 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "test/foo.css" appears 3 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "h1 { color:red; }" appears 3 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "text/javascript" appears 3 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "function foo() { console.log(\"hello world\"); }" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "url:" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 5 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/bar" appears 15 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "foo/bar" appears 5 times in the file. | 176 | |
| extension | MultipleStringLiteralsExtended | The String "If-Modified-Since" appears 2 times in the file. | 233 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 261 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test/" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "/context/servlet/resources/main.css" appears 3 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "/context" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "/servlet" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "/context/servlet/resources/bar.css" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "test/main.css" appears 3 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "/context/servlet/resources/bar-11e16cf79faee7ac698c805cf28248d2.css" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test/" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 2 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/myapp/myservlet/index" appears 4 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "/myservlet" appears 2 times in the file. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/resources/**" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "/resources/foo.css" appears 4 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "/**" appears 2 times in the file. | 80 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "/resources/foo-e36d2e05253c6c7085a91522ce43a0b4.css" appears 2 times in the file. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test/" appears 4 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "bar.css" appears 5 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "/**" appears 6 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "bar-version.css" appears 3 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "version" appears 3 times in the file. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "role" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "/myservlet" appears 2 times in the file. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 4 times in the file. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 174 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 232 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 252 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "role" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "/myservlet" appears 2 times in the file. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 3 times in the file. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 10 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 10 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "/path" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "/accounts" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "Input FlashMap should have been removed" appears 5 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "number" appears 4 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "FlashMap should not have been removed" appears 3 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 4 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "/one/two" appears 2 times in the file. | 166 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "/once/upon/a/time" appears 5 times in the file. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 64 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 74 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 94 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 32 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 90 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 110 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "foo/" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "spam" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "{foo}?spam={spam}" appears 2 times in the file. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 26 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "localhost" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "/mvc-showcase" appears 5 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "/mvc-showcase/data/param" appears 4 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "foo=123" appears 5 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "http://localhost/mvc-showcase/data/param?foo=123" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "https" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "/bar" appears 2 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "X-Forwarded-Prefix" appears 4 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "http://localhost/foo/bar" appears 2 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "/prefix" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "/mvc-showcase/app/simple" appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "/app" appears 2 times in the file. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "value4" appears 2 times in the file. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "tb" appears 70 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Correct doStartTag return value" appears 28 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Has status variable" appears 23 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Correct expression" appears 20 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Correct value" appears 20 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Correct displayValue" appears 17 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Correct isError" appears 19 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "Correct errorCodes" appears 14 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Correct errorMessages" appears 14 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Correct errorCode" appears 26 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Correct errorMessage" appears 26 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Correct errorMessagesAsString" appears 10 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 8 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "code1" appears 27 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "message1" appears 21 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "tb.*" appears 6 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "*" appears 6 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "message2" appears 21 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "name1" appears 11 times in the file. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 19 times in the file. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "message & 1" appears 7 times in the file. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "code2" appears 18 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 7 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "tb.name" appears 12 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "message & 1" appears 4 times in the file. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "message & 1 - message2" appears 2 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String " - " appears 5 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "tb.age" appears 4 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 4 times in the file. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "name2" appears 3 times in the file. | 407 | |
| extension | MultipleStringLiteralsExtended | The String "spouse.name" appears 2 times in the file. | 410 | |
| extension | MultipleStringLiteralsExtended | The String "array[0]" appears 6 times in the file. | 457 | |
| extension | MultipleStringLiteralsExtended | The String "tb.array[0]" appears 2 times in the file. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "Value is TestBean" appears 3 times in the file. | 468 | |
| extension | MultipleStringLiteralsExtended | The String "map[key1]" appears 3 times in the file. | 483 | |
| extension | MultipleStringLiteralsExtended | The String "something" appears 2 times in the file. | 512 | |
| extension | MultipleStringLiteralsExtended | The String "juergen&eva" appears 5 times in the file. | 539 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 545 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 546 | |
| extension | MultipleStringLiteralsExtended | The String "juergen&eva" appears 2 times in the file. | 546 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 559 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 628 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 649 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 666 | |
| extension | MultipleStringLiteralsExtended | The String "foo." appears 3 times in the file. | 670 | |
| extension | MultipleStringLiteralsExtended | The String "Correct field value" appears 3 times in the file. | 737 | |
| extension | MultipleStringLiteralsExtended | The String "tb2" appears 2 times in the file. | 762 | |
| extension | MultipleStringLiteralsExtended | The String "tb2.name" appears 2 times in the file. | 773 | |
| extension | MultipleStringLiteralsExtended | The String "yyyy-MM-dd" appears 6 times in the file. | 785 | |
| extension | MultipleStringLiteralsExtended | The String "tb.date" appears 3 times in the file. | 794 | |
| extension | MultipleStringLiteralsExtended | The String "theDate" appears 6 times in the file. | 802 | |
| extension | MultipleStringLiteralsExtended | The String "theString" appears 9 times in the file. | 818 | |
| extension | MultipleStringLiteralsExtended | The String "var" appears 2 times in the file. | 866 | |
| extension | MultipleStringLiteralsExtended | The String "bla" appears 2 times in the file. | 867 | |
| extension | MultipleStringLiteralsExtended | The String "theString2" appears 2 times in the file. | 913 | |
| extension | MultipleStringLiteralsExtended | The String "page" appears 2 times in the file. | 941 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bean" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "bean.formattable" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String ".25" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "not the bean object" appears 3 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "bean2" appears 2 times in the file. | 128 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "value.foo" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 159 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Correct default" appears 3 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "Correctly applied" appears 7 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "Correct doStartTag return value" appears 8 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Correctly enabled" appears 5 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Correctly disabled" appears 5 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "test text" appears 2 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "' test & text \\" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "Correct content" appears 2 times in the file. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 11 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Correct doStartTag return value" appears 16 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Correct doEndTag return value" appears 21 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Correct message" appears 18 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "test message" appears 10 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "testArgs" appears 10 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "arg1" appears 5 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "test arg1 message arg2" appears 3 times in the file. | 127 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "' test & text \\" appears 2 times in the file. | 308 | |
| extension | MultipleStringLiteralsExtended | The String "text & text" appears 4 times in the file. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "testvar" appears 6 times in the file. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "testvar2" appears 3 times in the file. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 8 times in the file. | 396 | |
| extension | MultipleStringLiteralsExtended | The String "arg2" appears 2 times in the file. | 399 | |
| extension | MultipleStringLiteralsExtended | The String "testa" appears 2 times in the file. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 9 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 5 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "name1" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "name2" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "themetest" appears 6 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "theme test message" appears 6 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 6 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "theme test message arg1" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "themetestArgs" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "arg1" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "themetesta" appears 2 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "url/path" appears 15 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "var" appears 14 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "n me" appears 10 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "v&l=e" appears 6 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 25 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 7 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "url/path?n%20me=v%26l%3De&name=value2" appears 2 times in the file. | 111 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 209 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 210 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 218 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 11 times in the file. | 223 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 233 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 234 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 247 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 248 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 261 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 262 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 275 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 276 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 291 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 292 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 310 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 311 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 329 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 330 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 343 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 344 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 357 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 358 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 369 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 370 | |
| extension | MultipleStringLiteralsExtended | The String "url/{path}" appears 2 times in the file. | 372 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 381 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 382 | |
| extension | MultipleStringLiteralsExtended | The String "url/{name}" appears 4 times in the file. | 389 | |
| extension | MultipleStringLiteralsExtended | The String "url/value" appears 2 times in the file. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 399 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 400 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 412 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 417 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 418 | |
| extension | MultipleStringLiteralsExtended | The String "v lue" appears 3 times in the file. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 437 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 438 | |
| extension | MultipleStringLiteralsExtended | The String "my/Id" appears 2 times in the file. | 442 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 449 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 454 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 466 | |
| extension | MultipleStringLiteralsExtended | The String "http://www.springframework.org/" appears 2 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "/app-context" appears 3 times in the file. | 492 | |
| extension | MultipleStringLiteralsExtended | The String "/url/path" appears 3 times in the file. | 494 | |
| extension | MultipleStringLiteralsExtended | The String "/some-other-context/url/path" appears 2 times in the file. | 514 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "=\"" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "My Id" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "My Name" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "My Button" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "disabled" appears 3 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "someBoolean" appears 8 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "<doc>" appears 24 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "</doc>" appears 24 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Both tag and hidden element not rendered" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "input" appears 24 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "checkbox" appears 24 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "type" appears 25 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 31 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "checked" appears 40 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 7 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 20 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "someMap[key]" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "jedi" appears 4 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 7 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String " Rob Harrop" appears 2 times in the file. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "stringArray" appears 6 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 291 | |
| extension | MultipleStringLiteralsExtended | The String " foo" appears 2 times in the file. | 312 | |
| extension | MultipleStringLiteralsExtended | The String "someIntegerArray" appears 2 times in the file. | 338 | |
| extension | MultipleStringLiteralsExtended | The String " 1" appears 2 times in the file. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "someList" appears 2 times in the file. | 365 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 4 times in the file. | 386 | |
| extension | MultipleStringLiteralsExtended | The String "otherColours" appears 4 times in the file. | 431 | |
| extension | MultipleStringLiteralsExtended | The String "pets" appears 10 times in the file. | 473 | |
| extension | MultipleStringLiteralsExtended | The String "Spot" appears 2 times in the file. | 474 | |
| extension | MultipleStringLiteralsExtended | The String "Santa's Little Helper" appears 3 times in the file. | 495 | |
| extension | MultipleStringLiteralsExtended | The String "Rudiger" appears 5 times in the file. | 516 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 655 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "stringArray" appears 35 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 18 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 17 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 15 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "<doc>" appears 14 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "</doc>" appears 14 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "input" appears 41 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "checkbox" appears 41 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "type" appears 42 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 45 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "checked" appears 72 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 41 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "not checked" appears 12 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "br" appears 3 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "FOO" appears 6 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "BAR" appears 6 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "BAZ" appears 6 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "someSet" appears 8 times in the file. | 253 | |
| extension | MultipleStringLiteralsExtended | The String "PET1" appears 6 times in the file. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "PET1Label" appears 2 times in the file. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "PET2" appears 6 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "PET2Label" appears 2 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "PET3" appears 5 times in the file. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "PET3Label" appears 2 times in the file. | 257 | |
| extension | MultipleStringLiteralsExtended | The String " foo" appears 4 times in the file. | 343 | |
| extension | MultipleStringLiteralsExtended | The String " bar" appears 4 times in the file. | 343 | |
| extension | MultipleStringLiteralsExtended | The String " baz" appears 4 times in the file. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "pets" appears 12 times in the file. | 476 | |
| extension | MultipleStringLiteralsExtended | The String "Rudiger" appears 5 times in the file. | 478 | |
| extension | MultipleStringLiteralsExtended | The String "Spot" appears 5 times in the file. | 479 | |
| extension | MultipleStringLiteralsExtended | The String "Checkers" appears 4 times in the file. | 480 | |
| extension | MultipleStringLiteralsExtended | The String "Fluffy" appears 5 times in the file. | 481 | |
| extension | MultipleStringLiteralsExtended | The String "Mufty" appears 5 times in the file. | 482 | |
| extension | MultipleStringLiteralsExtended | The String "label" appears 3 times in the file. | 485 | |
| extension | MultipleStringLiteralsExtended | The String "RUDIGER" appears 2 times in the file. | 504 | |
| extension | MultipleStringLiteralsExtended | The String "SPOT" appears 2 times in the file. | 512 | |
| extension | MultipleStringLiteralsExtended | The String "CHECKERS" appears 2 times in the file. | 520 | |
| extension | MultipleStringLiteralsExtended | The String "FLUFFY" appears 2 times in the file. | 528 | |
| extension | MultipleStringLiteralsExtended | The String "MUFTY" appears 2 times in the file. | 536 | |
| extension | MultipleStringLiteralsExtended | The String "should be checked" appears 2 times in the file. | 567 | |
| extension | MultipleStringLiteralsExtended | The String "disabled" appears 2 times in the file. | 691 | |
| extension | MultipleStringLiteralsExtended | The String "element" appears 2 times in the file. | 698 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 24 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 8 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "some.code" appears 17 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "Default Message" appears 14 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 7 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "name.errors" appears 7 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "too.short" appears 8 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "Too Short" appears 9 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "<br/>" appears 5 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Default <> Message" appears 3 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "Too & Short" appears 3 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "COMMAND_NAME" appears 8 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 3 times in the file. | 314 | |
| extension | MultipleStringLiteralsExtended | The String "something" appears 3 times in the file. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 332 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | MultipleStringLiteralsExtended | The String "object error" appears 6 times in the file. | 398 | |
| extension | MultipleStringLiteralsExtended | The String "field error" appears 6 times in the file. | 399 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 405 | |
| extension | MultipleStringLiteralsExtended | The String "id=\"testBean.errors\"" appears 2 times in the file. | 405 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 407 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 436 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 437 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 457 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myCommand" appears 3 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "/form.html" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "POST" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "my/enctype" appears 3 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "onsubmit" appears 6 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "onreset" appears 6 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Form attribute not exposed" appears 3 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "Form attribute not cleared after tag ends" appears 3 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "action" appears 4 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "method" appears 8 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "enctype" appears 3 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 6 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "get" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "post" appears 6 times in the file. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "put" appears 4 times in the file. | 264 | |
| extension | MultipleStringLiteralsExtended | The String "_method" appears 2 times in the file. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 276 | |
| extension | MultipleStringLiteralsExtended | The String "type" appears 3 times in the file. | 277 | |
| extension | MultipleStringLiteralsExtended | The String "hidden" appears 3 times in the file. | 277 | |
| extension | MultipleStringLiteralsExtended | The String "delete" appears 2 times in the file. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "methodParameter" appears 2 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "model" appears 2 times in the file. | 316 | |
| extension | MultipleStringLiteralsExtended | The String "<" appears 2 times in the file. | 358 | |
| extension | MultipleStringLiteralsExtended | The String ">" appears 2 times in the file. | 359 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 371 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "type" appears 3 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "hidden" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Sally Greenwood" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "disabled" appears 4 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Rob" appears 6 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Sally" appears 4 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 12 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "type" appears 12 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "spouse.name" appears 3 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "12" appears 2 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "class" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "disabled" appears 3 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "readonly" appears 4 times in the file. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "spouse." appears 2 times in the file. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "bad" appears 2 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "myFloat" appears 2 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "number" appears 2 times in the file. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "Expected exception" appears 2 times in the file. | 346 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 7 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "for" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "spouse.name" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 4 times in the file. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "<label " appears 4 times in the file. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "</label>" appears 4 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "myElement" appears 2 times in the file. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "VALUE_1" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "selected" appears 2 times in the file. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean.name" appears 8 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 10 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Bar" appears 6 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 11 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "disabled" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "myOption" appears 2 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 3 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "selected" appears 14 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "myClass" appears 2 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "CLICK" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "testBean.stringArray" appears 2 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "someArray" appears 2 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "Sally" appears 5 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "testBean.someNumber" appears 4 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "GBP 12.34" appears 2 times in the file. | 253 | |
| extension | MultipleStringLiteralsExtended | The String "12.34" appears 3 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "GBP 12.35" appears 2 times in the file. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "12.34f" appears 2 times in the file. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "12.35f" appears 2 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "some content" appears 3 times in the file. | 345 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 457 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 522 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 4 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "testBean.country" appears 3 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "isoCode" appears 4 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 4 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "myOption" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "myClass" appears 4 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "CLICK" appears 4 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "<doc>" appears 4 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "</doc>" appears 4 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect number of children" appears 5 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "option[@value = 'UK']" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "UK node not selected" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "selected" appears 7 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "myOption3" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 4 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "class" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "onclick" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "12.34" appears 4 times in the file. | 154 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "12.30" appears 2 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "12.31" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "12.32" appears 2 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "12.33" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "12.35" appears 2 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "Option node should not be null" appears 2 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "No id rendered" appears 2 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "testBean.testEnum" appears 2 times in the file. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "option[@selected]" appears 2 times in the file. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "type" appears 4 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "sex" appears 6 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "M" appears 5 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 9 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "type" appears 10 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "radio" appears 9 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 9 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "checked" appears 15 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "myFloat" appears 6 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 4 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "pets" appears 6 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "Rudiger" appears 5 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "<doc>" appears 3 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "</doc>" appears 3 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "input" appears 3 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "Santa's Little Helper" appears 2 times in the file. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "stringArray" appears 27 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 18 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 17 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 15 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "<doc>" appears 10 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "</doc>" appears 10 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "input" appears 29 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "radio" appears 29 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "type" appears 30 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 31 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "checked" appears 50 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 29 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "not checked" appears 8 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "br" appears 3 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "FOO" appears 4 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "BAR" appears 4 times in the file. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "BAZ" appears 4 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String " foo" appears 2 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String " bar" appears 2 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String " baz" appears 2 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "pets" appears 12 times in the file. | 335 | |
| extension | MultipleStringLiteralsExtended | The String "Rudiger" appears 5 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "Spot" appears 5 times in the file. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "Checkers" appears 4 times in the file. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "Fluffy" appears 5 times in the file. | 340 | |
| extension | MultipleStringLiteralsExtended | The String "Mufty" appears 5 times in the file. | 341 | |
| extension | MultipleStringLiteralsExtended | The String "label" appears 2 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "RUDIGER" appears 2 times in the file. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "SPOT" appears 2 times in the file. | 371 | |
| extension | MultipleStringLiteralsExtended | The String "CHECKERS" appears 2 times in the file. | 379 | |
| extension | MultipleStringLiteralsExtended | The String "FLUFFY" appears 2 times in the file. | 387 | |
| extension | MultipleStringLiteralsExtended | The String "MUFTY" appears 2 times in the file. | 395 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "testEnum" appears 2 times in the file. | 472 | |
| extension | MultipleStringLiteralsExtended | The String "<div>" appears 2 times in the file. | 476 | |
| extension | MultipleStringLiteralsExtended | The String "</div>" appears 2 times in the file. | 476 | |
| extension | MultipleStringLiteralsExtended | The String "//label[@for = '" appears 4 times in the file. | 484 | |
| extension | MultipleStringLiteralsExtended | The String "@id" appears 4 times in the file. | 484 | |
| extension | MultipleStringLiteralsExtended | The String "']" appears 4 times in the file. | 484 | |
| extension | MultipleStringLiteralsExtended | The String "//input[@checked]" appears 2 times in the file. | 486 | |
| extension | MultipleStringLiteralsExtended | The String "disabled" appears 2 times in the file. | 545 | |
| extension | MultipleStringLiteralsExtended | The String "element" appears 2 times in the file. | 552 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "AT" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "country" appears 13 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "isoCode" appears 21 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 38 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "<select id=\"country\" name=\"country\"></select>" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "Austria(AT)" appears 2 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "realCountry" appears 5 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 10 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "Austria" appears 2 times in the file. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "<select " appears 7 times in the file. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "</select>" appears 7 times in the file. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "option value=\"AT\" selected=\"selected\">Austria" appears 2 times in the file. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "bean.realCountry" appears 2 times in the file. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 2 times in the file. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | MultipleStringLiteralsExtended | The String "selected=\"selected\"" appears 2 times in the file. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "UK" appears 2 times in the file. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | MultipleStringLiteralsExtended | The String "someIntegerArray" appears 2 times in the file. | 371 | |
| extension | MultipleStringLiteralsExtended | The String "<doc>" appears 13 times in the file. | 381 | |
| extension | MultipleStringLiteralsExtended | The String "</doc>" appears 13 times in the file. | 381 | |
| extension | MultipleStringLiteralsExtended | The String "select" appears 29 times in the file. | 388 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect number of children" appears 16 times in the file. | 393 | |
| extension | MultipleStringLiteralsExtended | The String "selected" appears 33 times in the file. | 396 | |
| extension | MultipleStringLiteralsExtended | The String "myFloat" appears 2 times in the file. | 408 | |
| extension | MultipleStringLiteralsExtended | The String "12.34" appears 2 times in the file. | 411 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | MultipleStringLiteralsExtended | The String "someList" appears 8 times in the file. | 445 | |
| extension | MultipleStringLiteralsExtended | The String "option[@value = 'UK']" appears 5 times in the file. | 466 | |
| extension | MultipleStringLiteralsExtended | The String "UK node not selected" appears 4 times in the file. | 467 | |
| extension | MultipleStringLiteralsExtended | The String "option[@value = 'AT']" appears 3 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "AT node not selected" appears 3 times in the file. | 471 | |
| extension | MultipleStringLiteralsExtended | The String "United Kingdom" appears 2 times in the file. | 516 | |
| extension | MultipleStringLiteralsExtended | The String "M" appears 3 times in the file. | 615 | |
| extension | MultipleStringLiteralsExtended | The String "Male" appears 2 times in the file. | 615 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 2 times in the file. | 616 | |
| extension | MultipleStringLiteralsExtended | The String "Female" appears 2 times in the file. | 616 | |
| extension | MultipleStringLiteralsExtended | The String "someMap" appears 4 times in the file. | 619 | |
| extension | MultipleStringLiteralsExtended | The String "option[@value = '" appears 2 times in the file. | 716 | |
| extension | MultipleStringLiteralsExtended | The String "']" appears 2 times in the file. | 716 | |
| extension | MultipleStringLiteralsExtended | The String "Option node not found with Country ISO code value [" appears 2 times in the file. | 717 | |
| extension | MultipleStringLiteralsExtended | The String "]." appears 2 times in the file. | 717 | |
| extension | MultipleStringLiteralsExtended | The String "multiple" appears 11 times in the file. | 755 | |
| extension | MultipleStringLiteralsExtended | The String "input" appears 4 times in the file. | 760 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 904 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 905 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 934 | |
| extension | MultipleStringLiteralsExtended | The String "Rob" appears 2 times in the file. | 934 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 938 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 2 times in the file. | 947 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 969 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 983 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo1" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "foo2" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "foo3" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "foo4" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "bar1" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "textarea" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "span" appears 4 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "strong" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Harrop" appears 2 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "<span>Rob Harrop</span>" appears 2 times in the file. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 11 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "readonly" appears 5 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Rob" appears 3 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "spouse.name" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "myFloat" appears 2 times in the file. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 6 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "something" appears 8 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "else" appears 7 times in the file. | 85 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 7 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 4 times in the file. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 169 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "king" appears 2 times in the file. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 269 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 306 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 329 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/test" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 12 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 4 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "application_xls" appears 3 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "view" appears 14 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String ".xls" appears 3 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "application/vnd.ms-excel" appears 6 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid view" appears 15 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "xls" appears 3 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" appears 3 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "viewResolver1" appears 2 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "viewResolver2" appears 2 times in the file. | 176 | |
| extension | MultipleStringLiteralsExtended | The String "application_xml" appears 10 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "text_html" appears 6 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml" appears 5 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "text/html;charset=ISO-8859-1" appears 5 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "application_json" appears 4 times in the file. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "application/json" appears 6 times in the file. | 241 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 284 | |
| extension | MultipleStringLiteralsExtended | The String ".html" appears 2 times in the file. | 320 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 346 | |
| extension | MultipleStringLiteralsExtended | The String ".json" appears 2 times in the file. | 356 | |
| extension | MultipleStringLiteralsExtended | The String "text/html,application/xhtml+xml,application/xml;q=0.9" appears 2 times in the file. | 420 | |
| extension | MultipleStringLiteralsExtended | The String "application/pdf" appears 2 times in the file. | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 7 times in the file. | 50 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 72 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 87 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 102 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "I" appears 4 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "forward-to" appears 4 times in the file. | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 115 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "http://url.somewhere.com" appears 14 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Location" appears 6 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "/path" appears 7 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "requestDataValueProcessor" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "/path?key=123" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "/myUrl" appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 7 times in the file. | 216 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "?" appears 2 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 16 times in the file. | 219 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 228 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 239 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 258 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "http://url.somewhere.com?" appears 7 times in the file. | 262 | |
| extension | MultipleStringLiteralsExtended | The String "&" appears 7 times in the file. | 262 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 276 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 277 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 279 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 294 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 297 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 299 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "/context" appears 2 times in the file. | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "http://url.somewhere.com" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "/{foo}" appears 2 times in the file. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/{foo}" appears 2 times in the file. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 103 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 116 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testParent" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanIsAbstractException" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "debugView" appears 6 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 3 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "French debugView must be of type InternalResourceView" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "French debugView must have correct URL" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "jsp/debug/deboug.jsp" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "Correct overridden (XML) content type, not '" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "text/xml;charset=ISO-8859-1" appears 2 times in the file. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "url" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "/example1.jsp" appears 3 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "example1" appears 19 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "/example2.jsp" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "example2" appears 12 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Correct view class" appears 18 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "Correct URL" appears 18 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "myContentType" appears 3 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "rc" appears 7 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "Correct textContentType" appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "tb" appears 11 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "Correct tb attribute" appears 6 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "Correct rc attribute" appears 6 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "redirect:myUrl" appears 2 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "myUrl" appears 4 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "forward:myUrl" appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 8 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 8 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 8 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "myBean" appears 5 times in the file. | 237 | |
| extension | MultipleStringLiteralsExtended | The String "myBean2" appears 7 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "code1" appears 4 times in the file. | 320 | |
| extension | MultipleStringLiteralsExtended | The String "messageX" appears 3 times in the file. | 320 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 394 | |
| extension | MultipleStringLiteralsExtended | The String "Correct test1 attribute" appears 2 times in the file. | 422 | |
| extension | MultipleStringLiteralsExtended | The String "testvalue1" appears 2 times in the file. | 422 | |
| extension | MultipleStringLiteralsExtended | The String "test1" appears 2 times in the file. | 422 | |
| extension | MultipleStringLiteralsExtended | The String "Correct test2 attribute" appears 2 times in the file. | 423 | |
| extension | MultipleStringLiteralsExtended | The String "test2" appears 2 times in the file. | 423 | |
| extension | MultipleStringLiteralsExtended | The String "Correct default location" appears 2 times in the file. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown BeanDefinitionStoreException" appears 2 times in the file. | 451 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 471 | |
| extension | MultipleStringLiteralsExtended | The String "view" appears 7 times in the file. | 522 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Test Sheet" appears 6 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Test Value" appears 34 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "nl" appears 4 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Sheet1" appears 12 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "template" appears 6 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "Test Template" appears 2 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "en" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "US" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "Test Template American English" appears 2 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "de" appears 2 times in the file. | 176 | |
| extension | MultipleStringLiteralsExtended | The String "Test Template auf Deutsch" appears 2 times in the file. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "file:/mydir" appears 3 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test.ftl" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "java.io.tmpdir" appears 2 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "juergen" appears 2 times in the file. | 101 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 108 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 127 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 130 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "Darren" appears 3 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "<input type=\"text\" id=\"name\" name=\"name\" value=\"Darren\" >" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "<input type=\"password\" id=\"name\" name=\"name\" value=\"\" >" appears 2 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "<input type=\"hidden\" id=\"name\" name=\"name\" value=\"Darren\" >" appears 2 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong output: " appears 6 times in the file. | 252 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 2 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "world" appears 2 times in the file. | 286 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 288 | |
| extension | MultipleStringLiteralsExtended | The String "Fred" appears 3 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "John" appears 2 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "command" appears 2 times in the file. | 300 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 302 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 332 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 2 times in the file. | 334 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "configurer" appears 3 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "templateName" appears 3 times in the file. | 103 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "myattr" appears 3 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "myvalue" appears 3 times in the file. | 113 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "myContentType" appears 2 times in the file. | 141 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "Correct view class" appears 3 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "Correct URL" appears 3 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "prefix_test_suffix" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "myUrl" appears 2 times in the file. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "org/springframework/web/servlet/view/groovy/" appears 3 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "i18n.tpl" appears 4 times in the file. | 142 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "engine" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "test.tpl" appears 2 times in the file. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "i18n.tpl" appears 5 times in the file. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "Spring" appears 2 times in the file. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "MeineSeite" appears 2 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 95 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "dataSource" appears 13 times in the file. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "reportData" appears 8 times in the file. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "otherData" appears 4 times in the file. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "SubReportData" appears 6 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "ProductsSubReport" appears 3 times in the file. | 209 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "org/springframework/ui/jasperreports/subReportChildFalse.jrxml" appears 2 times in the file. | 231 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 236 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 255 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 258 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content type" appears 2 times in the file. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Disposition" appears 3 times in the file. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "DataSource was not used as report DataSource" appears 2 times in the file. | 350 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 391 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 415 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "application/pdf" appears 2 times in the file. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "text/html" appears 2 times in the file. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/bar" appears 2 times in the file. | 44 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 3 times in the file. | 72 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 81 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 83 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 93 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "org/springframework/ui/jasperreports/" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String ".jasper" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "DataSourceReport" appears 3 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "View should not be null" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect URL" appears 2 times in the file. | 47 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 61 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 65 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "csv" appears 3 times in the file. | 40 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 102 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "fmt" appears 2 times in the file. | 31 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "comma-separated" appears 2 times in the file. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "bindingResult" appears 4 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "binding_result" appears 4 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 17 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 10 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Pragma" appears 2 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "Cache-Control" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Expires" appears 2 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "application/json" appears 2 times in the file. | 119 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 131 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "{} && " appears 2 times in the file. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 194 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 3 times in the file. | 231 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "foo1" appears 2 times in the file. | 271 | |
| extension | MultipleStringLiteralsExtended | The String "foo2" appears 2 times in the file. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 296 | |
| extension | MultipleStringLiteralsExtended | The String "boo" appears 2 times in the file. | 296 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "otherparam" appears 3 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "jsonp" appears 2 times in the file. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "jsonpCallback" appears 3 times in the file. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "jsonpCallback({\"foo\":\"bar\"});" appears 3 times in the file. | 310 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 315 | |
| extension | MultipleStringLiteralsExtended | The String "callback" appears 2 times in the file. | 318 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "custom" appears 3 times in the file. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/template.test" appears 3 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "/nonexistent.test" appears 3 times in the file. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "modelAttribute" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "modelValue" appears 2 times in the file. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'addTemplate' is called in constructor body. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myprop" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "/mydir" appears 6 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "myentry" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "file:/mydir" appears 4 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 8 times in the file. | 96 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "file:/mydir,file:/yourdir" appears 2 times in the file. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "juergen" appears 2 times in the file. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 4 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "Howdy" appears 2 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "world" appears 4 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "Mundo" appears 2 times in the file. | 130 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "Howdy!" appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "Mundo!" appears 2 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "/springtest" appears 2 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "Darren" appears 5 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "John" appears 4 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "Fred" appears 5 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "command" appears 4 times in the file. | 141 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "Darren Davison" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "John Doe" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "Fred Bloggs" appears 2 times in the file. | 146 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "springMacroRequestContext" appears 2 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "nameOptionMap" appears 2 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "myView" appears 2 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "\t\n" appears 2 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "FORM1" appears 2 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "FORM2" appears 2 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "FORM3" appears 2 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "FORM4" appears 2 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "FORM9" appears 3 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "FORM15" appears 2 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "FORM16" appears 2 times in the file. | 188 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 197 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 201 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 215 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "FORM8" appears 2 times in the file. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "myView" appears 3 times in the file. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "command" appears 3 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "juergen" appears 3 times in the file. | 98 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "runtime.references.strict" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 124 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 133 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "math" appears 2 times in the file. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "link" appears 2 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "link2" appears 3 times in the file. | 65 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "prefix_test_suffix" appears 8 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "configurer" appears 4 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "prefix_" appears 4 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "_suffix" appears 4 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "Correct view class" appears 6 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "Correct URL" appears 6 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "myUrl" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "org/springframework/web/servlet/view/velocity/toolbox.xml" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Correct toolbox" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "myLayoutUrl" appears 2 times in the file. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "test.vm" appears 3 times in the file. | 120 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "velocityConfigurer" appears 3 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "requestDataValueProcessor" appears 2 times in the file. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 164 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "myContentType" appears 2 times in the file. | 194 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "myHelper" appears 3 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 3 times in the file. | 204 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "math" appears 2 times in the file. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "dateTool" appears 3 times in the file. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "numberTool" appears 3 times in the file. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "bindingResult" appears 4 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "binding_result" appears 4 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 14 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 10 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "Pragma" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "Cache-Control" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "Expires" appears 2 times in the file. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml" appears 2 times in the file. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 124 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 3 times in the file. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 205 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 208 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "boo" appears 2 times in the file. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Invalid content type" appears 5 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml" appears 5 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Must not expose path variables" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 8 times in the file. | 74 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid content length" appears 6 times in the file. | 87 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "IllegalStateException expected" appears 4 times in the file. | 122 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 133 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 154 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 175 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 193 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 65 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "someKey" appears 8 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "actualData" appears 4 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "otherData" appears 2 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "dummyData.xsl" appears 2 times in the file. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "title" appears 2 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "Product List" appears 4 times in the file. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 164 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 196 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 47 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 47 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 73 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 2 times in the file. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 111 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 75 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 86 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 97 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 110 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 122 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Unable to decode websocket message using ConversionService" appears 2 times in the file. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 103 | |
| extension | RedundantReturn | Redundant return. | 105 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 114 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 124 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 134 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 145 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 132 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'decorateWebSocketHandler' is called in constructor body. | 55 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 120 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 137 | |
| extension | ReturnCountExtended | Return count for 'doHandshakeInternal' method is 2 (max allowed is 1). | 153 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 110 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 144 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'doHandshakeInternal' method is 2 (max allowed is 1). | 106 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 135 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "order" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 85 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "path" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "handler" appears 2 times in the file. | 125 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "subProtocolWebSocketHandler" appears 2 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "order" appears 2 times in the file. | 115 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 5 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "brokerChannel" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "core-pool-size" appears 2 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "corePoolSize" appears 2 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "max-pool-size" appears 2 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "maxPoolSize" appears 2 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "keep-alive-seconds" appears 2 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "queue-capacity" appears 2 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "queueCapacity" appears 2 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "Executor" appears 3 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "interceptors" appears 2 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "message-size" appears 2 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "send-timeout" appears 2 times in the file. | 253 | |
| extension | MultipleStringLiteralsExtended | The String "send-buffer-size" appears 2 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "prefix" appears 2 times in the file. | 316 | |
| extension | MultipleStringLiteralsExtended | The String "path-matcher" appears 4 times in the file. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "pathMatcher" appears 2 times in the file. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "relay-host" appears 2 times in the file. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "relay-port" appears 2 times in the file. | 332 | |
| extension | MultipleStringLiteralsExtended | The String "client-login" appears 2 times in the file. | 335 | |
| extension | MultipleStringLiteralsExtended | The String "client-passcode" appears 2 times in the file. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "system-login" appears 2 times in the file. | 341 | |
| extension | MultipleStringLiteralsExtended | The String "system-passcode" appears 2 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "heartbeat-send-interval" appears 2 times in the file. | 347 | |
| extension | MultipleStringLiteralsExtended | The String "heartbeat-receive-interval" appears 2 times in the file. | 350 | |
| extension | MultipleStringLiteralsExtended | The String "virtual-host" appears 2 times in the file. | 353 | |
| extension | MultipleStringLiteralsExtended | The String "bean" appears 2 times in the file. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "ref" appears 2 times in the file. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "user-destination-prefix" appears 4 times in the file. | 407 | |
| extension | MultipleStringLiteralsExtended | The String "userDestinationPrefix" appears 2 times in the file. | 408 | |
| extension | MultipleStringLiteralsExtended | The String "messageConverter" appears 2 times in the file. | 410 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 449 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 110 position 29 need optimization. All method calls are advised to move to end of logic expression. | 110 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 6 times in the file. | 145 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 152 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 159 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 166 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 173 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 6 times in the file. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "handshake-handler" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "ref" appears 3 times in the file. | 53 | |
| extension | ReturnCountExtended | Return count for 'registerSockJsService' method is 2 (max allowed is 1). | 65 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 86 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 113 | |
| extension | ReturnCountExtended | Return count for 'tryFlushMessageBuffer' method is 2 (max allowed is 1). | 116 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 50 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 63 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 74 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 84 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 6 times in the file. | 217 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 222 | |
| extension | MultipleStringLiteralsExtended | The String " in session " appears 2 times in the file. | 225 | |
| extension | MultipleStringLiteralsExtended | The String ". Sending STOMP ERROR to client." appears 2 times in the file. | 225 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 273 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 302 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 314 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 361 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 375 | |
| extension | MultipleStringLiteralsExtended | The String "1.2" appears 2 times in the file. | 434 | |
| extension | MultipleStringLiteralsExtended | The String "1.1" appears 2 times in the file. | 437 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 453 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 4 times in the file. | 144 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 160 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 250 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 278 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 348 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 352 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 385 position 19 need optimization. All method calls are advised to move to end of logic expression. | 385 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 390 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 407 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 105 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 100 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "register" appears 2 times in the file. | 190 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "No compatible Tyrus version found" appears 3 times in the file. | 195 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "Failed to register " appears 3 times in the file. | 222 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 231 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 241 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 257 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 86 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "path must not be empty" appears 2 times in the file. | 81 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | ReturnCountExtended | Return count for 'getEndpointInstance' method is 4 (max allowed is 1). | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Using @ServerEndpoint singleton " appears 2 times in the file. | 75 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 164 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 168 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "connection" appears 2 times in the file. | 87 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 100 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "No compatible WebSocket version found" appears 2 times in the file. | 133 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 141 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 150 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 159 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 183 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 133 | |
| extension | ReturnCountExtended | Return count for 'doHandshake' method is 7 (max allowed is 1). | 166 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 314 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 329 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 49 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setAllowedOrigins' is called in constructor body. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 81 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 105 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 123 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Failed to deliver message(s) " appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String " for session " appears 2 times in the file. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 134 | |
| extension | MultipleStringLiteralsExtended | The String " in " appears 10 times in the file. | 146 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 168 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 185 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 226 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 270 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 303 | |
| extension | MoveVariableInsideIf | Variable 'type' can be moved inside the block at line '305' to restrict runtime creation. | 304 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 312 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 323 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "SockJS Info request (url=" appears 2 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String ") failed: " appears 2 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String ") response: " appears 2 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "XHR send request (url=" appears 2 times in the file. | 142 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 80 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 86 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 98 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 128 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 119 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 131 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 132 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 150 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 225 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 231 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 254 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 318 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ws" appears 2 times in the file. | 97 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "https" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "wss" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "http" appears 2 times in the file. | 102 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 161 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "Failed to execute request to " appears 3 times in the file. | 188 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "o" appears 2 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "h" appears 2 times in the file. | 35 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 63 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 67 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 74 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 142 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "*" appears 2 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 355 | |
| extension | MultipleStringLiteralsExtended | The String "text" appears 2 times in the file. | 357 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 430 | |
| extension | ReturnCountExtended | Return count for 'checkAndAddCorsHeaders' method is 3 (max allowed is 1). | 456 | |
| extension | MultipleStringLiteralsExtended | The String "Access-Control-Allow-Origin" appears 2 times in the file. | 474 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 530 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 559 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 168 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "Uncaught failure for request " appears 2 times in the file. | 179 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 235 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 278 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 320 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "origin" appears 3 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "cors" appears 6 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "jsessionid" appears 8 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "no_cache" appears 8 times in the file. | 38 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Failed to read message" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Payload expected." appears 2 times in the file. | 62 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Failed to send " appears 2 times in the file. | 79 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 71 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 142 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 218 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 269 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 284 position 18 need optimization. All method calls are advised to move to end of logic expression. | 284 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 327 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 146 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 205 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 217 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 227 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 230 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 271 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 293 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 327 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 333 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 339 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 378 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 389 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 421 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 427 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 169 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 177 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 177 position 74 need optimization. All method calls are advised to move to end of logic expression. | 177 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 65 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 68 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 101 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 107 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 113 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "dispatcherServlet" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "/ws" appears 3 times in the file. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "reason" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "joe" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "123" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "reason" appears 2 times in the file. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "joe" appears 2 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "echo" appears 4 times in the file. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ws://example.com/abc" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "wss://example.com/abc" appears 2 times in the file. | 79 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 4 times in the file. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "/test" appears 3 times in the file. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "/test/**" appears 2 times in the file. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "websocket-config-broker-simple.xml" appears 2 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "decorated" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "v12.stomp" appears 2 times in the file. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "/personal/" appears 2 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "/topic" appears 2 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "/queue" appears 2 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "clientInboundChannel" appears 7 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "clientOutboundChannel" appears 7 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "brokerChannel" appears 4 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "brokerChannelExecutor" appears 3 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "expected exception" appears 2 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "pathMatcher" appears 2 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "pathSeparator" appears 2 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 365 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 370 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v10.stomp" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "/stompOverWebSocket" appears 2 times in the file. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 13 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "http://mydomain.com" appears 3 times in the file. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/**" appears 2 times in the file. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/ws" appears 2 times in the file. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/foo" appears 12 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "/bar" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "http://mydomain1.com" appears 3 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/**" appears 2 times in the file. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/simpleBroker" appears 2 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "/test" appears 2 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "decorated" appears 2 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "payload" appears 3 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "slow message" appears 3 times in the file. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "Expected exception" appears 2 times in the file. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "error" appears 4 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 140 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 144 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 184 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "s1" appears 5 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "joe" appears 7 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "CONNECTED\n" appears 3 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "user-name:joe\n" appears 3 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 3 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "\u0000" appears 3 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "Me myself and I" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "1.1" appears 2 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "mess0" appears 2 times in the file. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "sub0" appears 2 times in the file. | 269 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | MultipleStringLiteralsExtended | The String "guest" appears 2 times in the file. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 400 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 400 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 445 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 3 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/ws" appears 7 times in the file. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "id:subs1" appears 5 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 2 times in the file. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "destination:/topic/foo" appears 2 times in the file. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "MESSAGE\n" appears 3 times in the file. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v12.stomp" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "v12.sToMp" appears 2 times in the file. | 76 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 94 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 135 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "id1" appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "id2" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "createTime" appears 2 times in the file. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "13" appears 8 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 4 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "WebSocket" appears 4 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Upgrade" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "82/ZS2YHjEnUN97HLL8tbw==" appears 4 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "STOMP" appears 2 times in the file. | 73 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "v11.stomp" appears 4 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "v12.stomp" appears 2 times in the file. | 124 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "javax.websocket.server.ServerContainer" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "/dummy" appears 3 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "dummyEndpoint" appears 3 times in the file. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/path" appears 2 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "123" appears 7 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 10 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 3 times in the file. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 40 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "*" appears 2 times in the file. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "http://mydomain1.com" appears 7 times in the file. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "http://mydomain2.com" appears 5 times in the file. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "http://mydomain3.com" appears 3 times in the file. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "http://mydomain4.com" appears 2 times in the file. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 102 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "mydomain2.com" appears 2 times in the file. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 110 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 116 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 122 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "/echo" appears 5 times in the file. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "/xhr_streaming" appears 3 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "Fallback didn't occur" appears 2 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "message1" appears 3 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "/test" appears 2 times in the file. | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "Fake error" appears 4 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 6 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "reason" appears 3 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid close status" appears 2 times in the file. | 191 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 276 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Fake exception 2" appears 2 times in the file. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "o\n" appears 5 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "a[\"foo\"]\n" appears 3 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "c[3000,\"Go away!\"]" appears 3 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Go away!" appears 3 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 112 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "http://example.com" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "http" appears 10 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "https" appears 10 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "ws" appears 6 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "wss" appears 6 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "://example.com" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "body" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com/info" appears 2 times in the file. | 49 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "http://example.com" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "payload" appears 2 times in the file. | 67 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a[]" appears 3 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "[]" appears 4 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "c[]" appears 3 times in the file. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GET" appears 24 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "/echo/server/session/websocket" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "/echo/info" appears 19 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "application/json;charset=UTF-8" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "no-store, no-cache, must-revalidate, max-age=0" appears 3 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Cache-Control" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Access-Control-Allow-Origin" appears 18 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "Access-Control-Allow-Credentials" appears 15 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "Vary" appears 15 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "{\"entropy\"" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String ",\"origins\":[\"*:*\"],\"cookie_needed\":true,\"websocket\":true}" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "http://mydomain1.com" appears 8 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "mydomain2.com" appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "http://mydomain2.com" appears 12 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 6 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "Origin" appears 10 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "http://mydomain3.com" appears 3 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "*" appears 3 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "foobar:123" appears 2 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "Access-Control-Request-Headers" appears 3 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "Last-Modified" appears 6 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "OPTIONS" appears 9 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "Access-Control-Allow-Headers" appears 9 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "Access-Control-Allow-Methods" appears 9 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "Access-Control-Max-Age" appears 9 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "OPTIONS, GET" appears 3 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "31536000" appears 3 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "/echo/iframe.html" appears 2 times in the file. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "\"06b486b3208b085d9e3220f456a6caca4\"" appears 2 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "/echo" appears 2 times in the file. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 125 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "*" appears 3 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "xhr" appears 6 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "POST" appears 9 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "Access-Control-Allow-Origin" appears 4 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "Access-Control-Allow-Credentials" appears 4 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "http://mydomain1.com" appears 8 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "http://mydomain2.com" appears 3 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "xhr_send" appears 3 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 9 times in the file. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "X-Frame-Options" appears 3 times in the file. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "[\"x\"]" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 7 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "ok" appears 3 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "d=[\"x\"]" appears 2 times in the file. | 68 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "POST" appears 3 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 5 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "application/javascript;charset=UTF-8" appears 3 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Polling request should complete after open frame" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "\"callback\" parameter required" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "c=callback" appears 3 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 3 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "callback" appears 3 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "Streaming request not started" appears 3 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 2 times in the file. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "hhh\n" appears 2 times in the file. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "message 1" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "message 2" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "expected exception" appears 2 times in the file. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "Go away!" appears 3 times in the file. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 127 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "o" appears 3 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "schedule" appears 4 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "cancel" appears 2 times in the file. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should be AOP proxy" appears 5 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Should be target class proxy" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Rob Harrop" appears 3 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Bram Smeets" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "testBean" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "Regular bean should be JDK proxy" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "Should have advisors" appears 2 times in the file. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 3 times in the file. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "orderedBeforeTransaction" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "Transaction counts match" appears 5 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "rollback" appears 3 times in the file. | 128 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 142 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 145 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 62 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "prototype" appears 3 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "singleton" appears 8 times in the file. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "request" appears 4 times in the file. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "session" appears 7 times in the file. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 309 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "singleton" appears 6 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "request" appears 4 times in the file. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "session" appears 6 times in the file. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "should have prod bean" appears 2 times in the file. | 242 | |
| extension | MultipleStringLiteralsExtended | The String "should not have dev bean" appears 3 times in the file. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "should not have transitive bean" appears 3 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "should have dev bean" appears 2 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "should have transitive bean" appears 2 times in the file. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "classpath:" appears 2 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "pCommon" appears 14 times in the file. | 388 | |
| extension | MultipleStringLiteralsExtended | The String "pCommonContextValue" appears 5 times in the file. | 388 | |
| extension | MultipleStringLiteralsExtended | The String "pContext1" appears 6 times in the file. | 389 | |
| extension | MultipleStringLiteralsExtended | The String "pContext1Value" appears 6 times in the file. | 389 | |
| extension | MultipleStringLiteralsExtended | The String "pCommonConfigValue" appears 6 times in the file. | 392 | |
| extension | MultipleStringLiteralsExtended | The String "pConfig1" appears 4 times in the file. | 393 | |
| extension | MultipleStringLiteralsExtended | The String "pConfig1Value" appears 4 times in the file. | 393 | |
| extension | MultipleStringLiteralsExtended | The String "pCommonSysPropsValue" appears 3 times in the file. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "pSysProps1" appears 6 times in the file. | 422 | |
| extension | MultipleStringLiteralsExtended | The String "pSysProps1Value" appears 6 times in the file. | 422 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 562 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ppc" appears 2 times in the file. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 31 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "checkCompleteness" appears 2 times in the file. | 45 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "repository is not a proxy" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "@Scheduled method never called" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "no transactions were committed" appears 2 times in the file. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "FooRepository is not a TX proxy" appears 2 times in the file. | 72 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 94 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 117 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "expected a subclass proxy" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "expected a jdk proxy" appears 2 times in the file. | 78 |